Html Css Color HEX #96E4A7 Chinook

📋 copy color: '#96E4A7'

red 150 ◦ green 228 ◦ blue 167

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

Shades of Chinook #96E4A7

Tints of Chinook #96E4A7

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.83%

 BLUE value IS 167 (65.63% from 255) = 30.64%

R = 27.52%
G = 41.83%
B = 30.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#96E4A7 (or 0x96E4A7) is known color: Chinook. HEX triplet: 96, E4 and A7. RGB value is (150,228,167). Sum of RGB (Red+Green+Blue) = 150+228+167=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E4A7 is #691B58. Grayscale: #C5C5C5. Windows color (decimal): -6888281 or 11003030. OLE color: 11003030.

HSL color Cylindrical-coordinate representation of color #96E4A7: hue angle of 133.08º degrees, saturation: 0.59, 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 #96E4A7 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 228 167 -
CMYK 0.34 0 0.27 0.11
HSL 133.08º 0.59% 0.74% -
HSV(B) 133.08º 0.34% 0.89% -
XYZ 47.3 64.76 46.57 -
YUV 197.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 150 228 167 0.34 0 0.27 0.11 133.08 0.59 0.74
Hex 96 E4 A7 22 0 1B B 85 3B 4A
Octal 226 344 247 42 0 33 13 205 73 112
Binary 10010110 11100100 10100111 100010 0 11011 1011 10000101 111011 1001010

Color Harmonies of #96E4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E4A7

Black with #96E4A7

Text Example


Text Example

White with #96E4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,228,167); }

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

background-color css

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

 a { background-color: rgb(150,228,167); }

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

border-color css

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

 span { border-color: rgb(150,228,167); }

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