Html Css Color HEX #96D49F Chinook

📋 copy color: '#96D49F'

red 150 ◦ green 212 ◦ blue 159

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

Shades of Chinook #96D49F

Tints of Chinook #96D49F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.69%

 BLUE value IS 159 (62.5% from 255) = 30.52%

R = 28.79%
G = 40.69%
B = 30.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#96D49F (or 0x96D49F) is known color: Chinook. HEX triplet: 96, D4 and 9F. RGB value is (150,212,159). Sum of RGB (Red+Green+Blue) = 150+212+159=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #96D49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D49F is #692B60. Grayscale: #BBBBBB. Windows color (decimal): -6892385 or 10474646. OLE color: 10474646.

HSL color Cylindrical-coordinate representation of color #96D49F: hue angle of 128.71º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D49F is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 212 159 -
CMYK 0.29 0 0.25 0.17
HSL 128.71º 0.42% 0.71% -
HSV(B) 128.71º 0.29% 0.83% -
XYZ 42.38 56.07 41.39 -
YUV 187.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 150 212 159 0.29 0 0.25 0.17 128.71 0.42 0.71
Hex 96 D4 9F 1D 0 19 11 81 2A 47
Octal 226 324 237 35 0 31 21 201 52 107
Binary 10010110 11010100 10011111 11101 0 11001 10001 10000001 101010 1000111

Color Harmonies of #96D49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D49F

Black with #96D49F

Text Example


Text Example

White with #96D49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,212,159); }

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

background-color css

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

 a { background-color: rgb(150,212,159); }

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

border-color css

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

 span { border-color: rgb(150,212,159); }

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