Html Css Color HEX #96DDAA Chinook

📋 copy color: '#96DDAA'

red 150 ◦ green 221 ◦ blue 170

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

Shades of Chinook #96DDAA

Tints of Chinook #96DDAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.42%

R = 27.73%
G = 40.85%
B = 31.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#96DDAA (or 0x96DDAA) is known color: Chinook. HEX triplet: 96, DD and AA. RGB value is (150,221,170). Sum of RGB (Red+Green+Blue) = 150+221+170=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDAA is #692255. Grayscale: #C2C2C2. Windows color (decimal): -6890070 or 11197846. OLE color: 11197846.

HSL color Cylindrical-coordinate representation of color #96DDAA: hue angle of 136.9º 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 #96DDAA is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 170 -
CMYK 0.32 0 0.23 0.13
HSL 136.9º 0.51% 0.73% -
HSV(B) 136.9º 0.32% 0.87% -
XYZ 45.69 61.1 47.42 -
YUV 193.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 150 221 170 0.32 0 0.23 0.13 136.9 0.51 0.73
Hex 96 DD AA 20 0 17 D 89 33 49
Octal 226 335 252 40 0 27 15 211 63 111
Binary 10010110 11011101 10101010 100000 0 10111 1101 10001001 110011 1001001

Color Harmonies of #96DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDAA

Black with #96DDAA

Text Example


Text Example

White with #96DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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