Html Css Color HEX #96E0A0 Chinook

📋 copy color: '#96E0A0'

red 150 ◦ green 224 ◦ blue 160

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

Shades of Chinook #96E0A0

Tints of Chinook #96E0A0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.95%

 BLUE value IS 160 (62.89% from 255) = 29.96%

R = 28.09%
G = 41.95%
B = 29.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#96E0A0 (or 0x96E0A0) is known color: Chinook. HEX triplet: 96, E0 and A0. RGB value is (150,224,160). Sum of RGB (Red+Green+Blue) = 150+224+160=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E0A0 is #691F5F. Grayscale: #C2C2C2. Windows color (decimal): -6889312 or 10543254. OLE color: 10543254.

HSL color Cylindrical-coordinate representation of color #96E0A0: hue angle of 128.11º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E0A0 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 160 -
CMYK 0.33 0 0.29 0.12
HSL 128.11º 0.54% 0.73% -
HSV(B) 128.11º 0.33% 0.88% -
XYZ 45.58 62.33 42.89 -
YUV 194.58 108.48 96.2 -
System Red Green Blue C M Y K H S L
Decimal 150 224 160 0.33 0 0.29 0.12 128.11 0.54 0.73
Hex 96 E0 A0 21 0 1D C 80 36 49
Octal 226 340 240 41 0 35 14 200 66 111
Binary 10010110 11100000 10100000 100001 0 11101 1100 10000000 110110 1001001

Color Harmonies of #96E0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E0A0

Black with #96E0A0

Text Example


Text Example

White with #96E0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,160); }

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

background-color css

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

 a { background-color: rgb(150,224,160); }

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

border-color css

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

 span { border-color: rgb(150,224,160); }

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