Html Css Color HEX #99D49E Chinook

📋 copy color: '#99D49E'

red 153 ◦ green 212 ◦ blue 158

#99D49E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #99D49E

Tints of Chinook #99D49E

RGB

 RED value IS 153 (60.16% from 255) = 29.25%

 GREEN value IS 212 (83.2% from 255) = 40.54%

 BLUE value IS 158 (62.11% from 255) = 30.21%

R = 29.25%
G = 40.54%
B = 30.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#99D49E (or 0x99D49E) is known color: Chinook. HEX triplet: 99, D4 and 9E. RGB value is (153,212,158). Sum of RGB (Red+Green+Blue) = 153+212+158=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #99D49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D49E is #662B61. Grayscale: #BCBCBC. Windows color (decimal): -6695778 or 10409113. OLE color: 10409113.

HSL color Cylindrical-coordinate representation of color #99D49E: hue angle of 125.08º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D49E is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 212 158 -
CMYK 0.28 0 0.25 0.17
HSL 125.08º 0.41% 0.72% -
HSV(B) 125.08º 0.28% 0.83% -
XYZ 42.85 56.33 40.96 -
YUV 188.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 153 212 158 0.28 0 0.25 0.17 125.08 0.41 0.72
Hex 99 D4 9E 1C 0 19 11 7D 29 48
Octal 231 324 236 34 0 31 21 175 51 110
Binary 10011001 11010100 10011110 11100 0 11001 10001 1111101 101001 1001000

Color Harmonies of #99D49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D49E

Black with #99D49E

Text Example


Text Example

White with #99D49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D49E; }

 p { color: rgb(153,212,158); }

 H1.HeaderClassName
 {
   color: #99D49E;
 }
 .AnyTagClassName
 {
   color: #99D49E;
 }
</style>

background-color css

<style>
 a { background-color: #99D49E; }

 a { background-color: rgb(153,212,158); }

 div.DivClassName
 {
   background-color: #99D49E;
 }
 .BgClassName
 {
   background-color: #99D49E;
 }
</style>

border-color css

<style>
 span { border-color: #99D49E; }

 span { border-color: rgb(153,212,158); }

 td.TdClassName
 {
   border-color: #99D49E;
 }
 .TagClassName
 {
   border-color: #99D49E;
 }
</style>