Html Css Color HEX #96E5A8 Chinook

📋 copy color: '#96E5A8'

red 150 ◦ green 229 ◦ blue 168

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

Shades of Chinook #96E5A8

Tints of Chinook #96E5A8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.86%

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 27.42%
G = 41.86%
B = 30.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#96E5A8 (or 0x96E5A8) is known color: Chinook. HEX triplet: 96, E5 and A8. RGB value is (150,229,168). Sum of RGB (Red+Green+Blue) = 150+229+168=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E5A8 is #691A57. Grayscale: #C6C6C6. Windows color (decimal): -6888024 or 11068822. OLE color: 11068822.

HSL color Cylindrical-coordinate representation of color #96E5A8: hue angle of 133.67º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E5A8 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 168 -
CMYK 0.34 0 0.27 0.10
HSL 133.67º 0.6% 0.74% -
HSV(B) 133.67º 0.34% 0.9% -
XYZ 47.66 65.35 47.15 -
YUV 198.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 150 229 168 0.34 0 0.27 0.10 133.67 0.6 0.74
Hex 96 E5 A8 22 0 1B A 86 3C 4A
Octal 226 345 250 42 0 33 12 206 74 112
Binary 10010110 11100101 10101000 100010 0 11011 1010 10000110 111100 1001010

Color Harmonies of #96E5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E5A8

Black with #96E5A8

Text Example


Text Example

White with #96E5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,229,168); }

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

background-color css

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

 a { background-color: rgb(150,229,168); }

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

border-color css

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

 span { border-color: rgb(150,229,168); }

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