Html Css Color HEX #96DDA9 Chinook

📋 copy color: '#96DDA9'

red 150 ◦ green 221 ◦ blue 169

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

Shades of Chinook #96DDA9

Tints of Chinook #96DDA9

RGB

 RED value IS 150 (58.98% from 255) = 27.78%

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

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

R = 27.78%
G = 40.93%
B = 31.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#96DDA9 (or 0x96DDA9) is known color: Chinook. HEX triplet: 96, DD and A9. RGB value is (150,221,169). Sum of RGB (Red+Green+Blue) = 150+221+169=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDA9 is #692256. Grayscale: #C1C1C1. Windows color (decimal): -6890071 or 11132310. OLE color: 11132310.

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

Color convert

RGB 150 221 169 -
CMYK 0.32 0 0.24 0.13
HSL 136.06º 0.51% 0.73% -
HSV(B) 136.06º 0.32% 0.87% -
XYZ 45.6 61.06 46.92 -
YUV 193.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 150 221 169 0.32 0 0.24 0.13 136.06 0.51 0.73
Hex 96 DD A9 20 0 18 D 88 33 49
Octal 226 335 251 40 0 30 15 210 63 111
Binary 10010110 11011101 10101001 100000 0 11000 1101 10001000 110011 1001001

Color Harmonies of #96DDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDA9

Black with #96DDA9

Text Example


Text Example

White with #96DDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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