COLOR #98CD98

HEX: #98CD98
RGB: (152,205,152)

Color info

#98CD98 contains red, green and blue colors in about the same proportion. Web safe color of #98CD98 is #99CC99 (or #9C9).

RGB color model

#98CD98 color RGB value is (152,205,152).

  • red value is 152;
  • green value is 205;
  • blue value is 152.
RGB:
(152,205,152)
(60%,80%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 205 of 255 = 80%
B 152 of 255 = 60%

152
205
152

R + G + B ~ 67%. #98CD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 205 + 152 = 509 (100%)
R 152 of 509 ~ 29.86%
G 205 of 509 ~ 40.28%
B 152 of 509 ~ 29.86%

%29.86
%40.28
%29.86

CMYK color model

#98CD98 color CMYK value is (26,0,26,20).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 25.85%
  • key color value is 19.61%
CMYK:
(26,0,26,20)
C26M0Y26K20 
(26%,0%,26%,20%)
(0.26/0.00/0.26/0.20)	

CMYK percentages

%25.85
%0
%25.85
%19.61

Codes

Color #98CD98 in popluar color models

98CD98
RGB152205152
HSL120°34.64%70.00%
HSB/HSV120°25.85%80.39%
CMYK25.85%0.00%25.85%
19.61%

Color #98CD98 in popluar number systems.

HEX98CD98
Decimal152205152
Binary100110001100110110011000
Octal230315230

Shades and tints

Shades of #98CD98

#98CD98
(152,205,152)
#8BBB8B
(139,187,139)
#7EA97E
(126,169,126)
#719771
(113,151,113)
#648564
(100,133,100)
#577357
(87,115,87)
#4A614A
(74,97,74)
#3D4F3D
(61,79,61)
#303D30
(48,61,48)
#232B23
(35,43,35)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #98CD98

#98CD98
(152,205,152)
#A1D1A1
(161,209,161)
#AAD5AA
(170,213,170)
#B3D9B3
(179,217,179)
#BCDDBC
(188,221,188)
#C5E1C5
(197,225,197)
#CEE5CE
(206,229,206)
#D7E9D7
(215,233,215)
#E0EDE0
(224,237,224)
#E9F1E9
(233,241,233)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CD98 color. Also use rgb(152,205,152) instead hex code.

Text Font Color

.myTextColor { color: #98CD98; }

<p style="color:#98CD98">This sample text font color is #98CD98.</p>

This text font color is #98CD98.


Background Color

.myBgColor { background-color: #98CD98; }

<div style="background-color:#98CD98">Inner text</div>

This div background color is #98CD98.


Border color

.myBorderColor { border: 1px solid #98CD98; }

<div style="border:3px solid #98CD98">Div</div>

This div border color is #98CD98.


Opacity

.myOpacity80 { color: #98CD98; opacity: 0.8; }

<p style="color:#98CD98;opacity:0.8;">80%</p>

Text with #98CD98 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #98CD98;}

<p style="text-shadow: 3px 3px 1px #98CD98">Text here.</p>

This text has shadow with #98CD98 color.

.textShadow {text-shadow: 3px 3px 1px #98CD98, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #98CD98, 5px 5px 20px red">Text here.</p>

This text has shadow with #98CD98 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#98CD98, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#98CD98, Direction=45, Strength=4)">Text</p>

This text has shadow with #98CD98 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #98CD98;
  -webkit-box-shadow:	1px 1px 3px 2px #98CD98;
  box-shadow:		1px 1px 3px 2px #98CD98;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #98CD98;
-webkit-box-shadow: 1px 1px 3px 2px #98CD98;
box-shadow:1px 1px 3px 2px #98CD98;">
Div content here</div>
This div box has shadow with color #98CD98.

Preview

Color preview on black background

This text has color #98CD98 on black background.


Color preview on white background

This text has color #98CD98 on white background.



Black color preview on #98CD98 background

This text has black color on #98CD98 background.


White color preview on #98CD98 background

This text has white color on #98CD98 background.