COLOR #99D298

HEX: #99D298 RGB: (153,210,152)

Color info

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

RGB color model

#99D298 color RGB value is (153,210,152).

RGB: (153,210,152) (60%, 82%, 60%)

RGB channels and saturation

R 153 of 255 = 60%
G 210 of 255 = 82%
B 152 of 255 = 60%

153
210
152

R + G + B ~ 67%. #99D298 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 210 + 152 = 515 (100%)
R 153 of 515 ~ 29.71%
G 210 of 515 ~ 40.78%
B 152 of 515 ~ 29.51'%

%29.71
%40.78
%29.51

CMYK color model

#99D298 color CMYK value is (27,0,28,18).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK: (27,0,28,18) C27M0Y28K18 (27%,0%,28%,18%) (0.27/0.00/0.28/0.18) 

CMYK percentages

%27.14
%0
%27.62
%17.65

Codes

Color #99D298 in popluar color models

99 D2 98
RGB 153 210 152
HSL 119° 39.19% 70.98%
HSB/HSV 119° 27.62% 82.35%
CMYK 27.14% 0.00% 27.62%
17.65%

Color #99D298 in popluar number systems.

HEX 99 D2 98
Decimal 153 210 152
Binary 10011001 11010010 10011000
Octal 231 322 230

Shades and tints

Shades of #99D298

#99D298
(153,210,152)
#8CBF8B
(140,191,139)
#7FAC7E
(127,172,126)
#729971
(114,153,113)
#658664
(101,134,100)
#587357
(88,115,87)
#4B604A
(75,96,74)
#3E4D3D
(62,77,61)
#313A30
(49,58,48)
#242723
(36,39,35)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #99D298

#99D298
(153,210,152)
#A2D6A1
(162,214,161)
#ABDAAA
(171,218,170)
#B4DEB3
(180,222,179)
#BDE2BC
(189,226,188)
#C6E6C5
(198,230,197)
#CFEACE
(207,234,206)
#D8EED7
(216,238,215)
#E1F2E0
(225,242,224)
#EAF6E9
(234,246,233)
#F3FAF2
(243,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D298 color. Also use rgb(153,210,152) instead hex code.

Text Font Color

.myTextColor { color: #99D298; }

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

This text font color is #99D298.

Background Color

.myBgColor { background-color: #99D298; }

<div style="background-color:#99D298">Inner text</div>

This div background color is #99D298.

Border color

.myBorderColor { border: 1px solid #99D298; }

<div style="border:3px solid #99D298">Div</div>

This div border color is #99D298.

Opacity

.myOpacity80 { color: #99D298; opacity: 0.8; }

<p style="color:#99D298;opacity:0.8;">80%</p>

Text with #99D298 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 #99D298;}

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

This text has shadow with #99D298 color.


.textShadow {text-shadow: 3px 3px 1px #99D298', 3px 3px 1px red;}

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

This text has shadow with #99D298 primary color and red secondary color.


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

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

This text has shadow with #99D298 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99D298; -webkit-box-shadow: 1px 1px 3px 2px #99D298; box-shadow:1px 1px 3px 2px #99D298;">
Div content here
</div>

This div box has shadow with color #99D298.

Preview

Color preview on black background

This text has color #99D298 on black background.


Color preview on white background

This text has color #99D298 on white background.


Black color preview on #99D298 background

This text has black color on #99D298 background.


White color preview on #99D298 background

This text has white color on #99D298 background.


Related colors

Complementary color

Complementary color for #hex is #662D67.


I love getcolorcode.com

Triadic colors

1 #9899D2 and #D29899 with #99D298 are triadic colors.

2 #98D299 and #D29998 with #99D298 are triadic colors.