#96E4A3

Color #96E4A3 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #96E4A3

Tints of Chinook #96E4A3

Color information

#96E4A3 (or 0x96E4A3) is unknown color: approx Chinook. HEX triplet: 96, E4 and A3. RGB value is (150,228,163). Sum of RGB (Red+Green+Blue) = 150+228+163=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E4A3 is #691B5C. Grayscale: #C5C5C5. Windows color (decimal): -6888285 or 10740886. OLE color: 10740886.

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

Color convert

RGB150228163-
CMYK0.3400.290.11
HSL130º59.09%74.12%-
HSV(B)130º34.21%89.41%-
XYZ46.9364.6244.65-
YUV197.27108.6694.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 228 (89.45% from 255) = 42.14%
BLUE value IS 163 (64.06% from 255) = 30.13%
R=27.73%
G=42.14%
B=30.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502281630.3400.290.1113059.0974.12
Hex96E4A32201DB823b4a
Octal226344243420351320273112
Binary1001011011100100101000111000100111011011100000101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96E4A3;
 }
 .AnyTagClassName
 {
   color: #96E4A3;
 }
</style>
background-color css

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

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

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

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

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

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