Html Css Color HEX #99DCA9 Chinook

📋 copy color: '#99DCA9'

red 153 ◦ green 220 ◦ blue 169

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

Shades of Chinook #99DCA9

Tints of Chinook #99DCA9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

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

R = 28.23%
G = 40.59%
B = 31.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#99DCA9 (or 0x99DCA9) is known color: Chinook. HEX triplet: 99, DC and A9. RGB value is (153,220,169). Sum of RGB (Red+Green+Blue) = 153+220+169=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DCA9 is #662356. Grayscale: #C2C2C2. Windows color (decimal): -6693719 or 11132057. OLE color: 11132057.

HSL color Cylindrical-coordinate representation of color #99DCA9: hue angle of 134.33º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCA9 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 169 -
CMYK 0.30 0 0.23 0.14
HSL 134.33º 0.49% 0.73% -
HSV(B) 134.33º 0.3% 0.86% -
XYZ 45.89 60.82 46.86 -
YUV 194.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 153 220 169 0.30 0 0.23 0.14 134.33 0.49 0.73
Hex 99 DC A9 1E 0 17 E 86 31 49
Octal 231 334 251 36 0 27 16 206 61 111
Binary 10011001 11011100 10101001 11110 0 10111 1110 10000110 110001 1001001

Color Harmonies of #99DCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCA9

Black with #99DCA9

Text Example


Text Example

White with #99DCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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