Html Css Color HEX #96E39F Chinook

📋 copy color: '#96E39F'

red 150 ◦ green 227 ◦ blue 159

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

Shades of Chinook #96E39F

Tints of Chinook #96E39F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.35%

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

R = 27.99%
G = 42.35%
B = 29.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#96E39F (or 0x96E39F) is known color: Chinook. HEX triplet: 96, E3 and 9F. RGB value is (150,227,159). Sum of RGB (Red+Green+Blue) = 150+227+159=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #96E39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E39F is #691C60. Grayscale: #C4C4C4. Windows color (decimal): -6888545 or 10478486. OLE color: 10478486.

HSL color Cylindrical-coordinate representation of color #96E39F: hue angle of 127.01º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E39F is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 227 159 -
CMYK 0.34 0 0.30 0.11
HSL 127.01º 0.58% 0.74% -
HSV(B) 127.01º 0.34% 0.89% -
XYZ 46.3 63.93 42.7 -
YUV 196.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 150 227 159 0.34 0 0.30 0.11 127.01 0.58 0.74
Hex 96 E3 9F 22 0 1E B 7F 3A 4A
Octal 226 343 237 42 0 36 13 177 72 112
Binary 10010110 11100011 10011111 100010 0 11110 1011 1111111 111010 1001010

Color Harmonies of #96E39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E39F

Black with #96E39F

Text Example


Text Example

White with #96E39F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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