Html Css Color HEX #96ECAA Chinook

📋 copy color: '#96ECAA'

red 150 ◦ green 236 ◦ blue 170

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

Shades of Chinook #96ECAA

Tints of Chinook #96ECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.45%

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

R = 26.98%
G = 42.45%
B = 30.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#96ECAA (or 0x96ECAA) is known color: Chinook. HEX triplet: 96, EC and AA. RGB value is (150,236,170). Sum of RGB (Red+Green+Blue) = 150+236+170=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ECAA is #691355. Grayscale: #CACACA. Windows color (decimal): -6886230 or 11201686. OLE color: 11201686.

HSL color Cylindrical-coordinate representation of color #96ECAA: hue angle of 133.95º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECAA is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 170 -
CMYK 0.36 0 0.28 0.07
HSL 133.95º 0.69% 0.76% -
HSV(B) 133.95º 0.36% 0.93% -
XYZ 49.83 69.38 48.8 -
YUV 202.76 109.51 90.37 -
System Red Green Blue C M Y K H S L
Decimal 150 236 170 0.36 0 0.28 0.07 133.95 0.69 0.76
Hex 96 EC AA 24 0 1C 7 86 45 4C
Octal 226 354 252 44 0 34 7 206 105 114
Binary 10010110 11101100 10101010 100100 0 11100 111 10000110 1000101 1001100

Color Harmonies of #96ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECAA

Black with #96ECAA

Text Example


Text Example

White with #96ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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