Html Css Color HEX #96D6A0 Chinook

📋 copy color: '#96D6A0'

red 150 ◦ green 214 ◦ blue 160

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

Shades of Chinook #96D6A0

Tints of Chinook #96D6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

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

R = 28.63%
G = 40.84%
B = 30.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#96D6A0 (or 0x96D6A0) is known color: Chinook. HEX triplet: 96, D6 and A0. RGB value is (150,214,160). Sum of RGB (Red+Green+Blue) = 150+214+160=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D6A0 is #69295F. Grayscale: #BCBCBC. Windows color (decimal): -6891872 or 10540694. OLE color: 10540694.

HSL color Cylindrical-coordinate representation of color #96D6A0: hue angle of 129.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D6A0 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 160 -
CMYK 0.30 0 0.25 0.16
HSL 129.38º 0.44% 0.71% -
HSV(B) 129.38º 0.3% 0.84% -
XYZ 42.97 57.12 42.02 -
YUV 188.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 150 214 160 0.30 0 0.25 0.16 129.38 0.44 0.71
Hex 96 D6 A0 1E 0 19 10 81 2C 47
Octal 226 326 240 36 0 31 20 201 54 107
Binary 10010110 11010110 10100000 11110 0 11001 10000 10000001 101100 1000111

Color Harmonies of #96D6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D6A0

Black with #96D6A0

Text Example


Text Example

White with #96D6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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