Html Css Color HEX #99DDA9 Chinook

📋 copy color: '#99DDA9'

red 153 ◦ green 221 ◦ blue 169

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

Shades of Chinook #99DDA9

Tints of Chinook #99DDA9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

 BLUE value IS 169 (66.41% from 255) = 31.12%

R = 28.18%
G = 40.7%
B = 31.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#99DDA9 (or 0x99DDA9) is known color: Chinook. HEX triplet: 99, DD and A9. RGB value is (153,221,169). Sum of RGB (Red+Green+Blue) = 153+221+169=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDA9 is #662256. Grayscale: #C2C2C2. Windows color (decimal): -6693463 or 11132313. OLE color: 11132313.

HSL color Cylindrical-coordinate representation of color #99DDA9: hue angle of 134.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDA9 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 169 -
CMYK 0.31 0 0.24 0.13
HSL 134.12º 0.5% 0.73% -
HSV(B) 134.12º 0.31% 0.87% -
XYZ 46.15 61.35 46.95 -
YUV 194.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 153 221 169 0.31 0 0.24 0.13 134.12 0.5 0.73
Hex 99 DD A9 1F 0 18 D 86 32 49
Octal 231 335 251 37 0 30 15 206 62 111
Binary 10011001 11011101 10101001 11111 0 11000 1101 10000110 110010 1001001

Color Harmonies of #99DDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DDA9

Black with #99DDA9

Text Example


Text Example

White with #99DDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,221,169); }

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

background-color css

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

 a { background-color: rgb(153,221,169); }

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

border-color css

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

 span { border-color: rgb(153,221,169); }

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