#96E8A3

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

Shades of Chinook #96E8A3

Tints of Chinook #96E8A3

Color information

#96E8A3 (or 0x96E8A3) is unknown color: approx Chinook. HEX triplet: 96, E8 and A3. RGB value is (150,232,163). Sum of RGB (Red+Green+Blue) = 150+232+163=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E8A3 is #69175C. Grayscale: #C7C7C7. Windows color (decimal): -6887261 or 10741910. OLE color: 10741910.

HSL color Cylindrical-coordinate representation of color #96E8A3: hue angle of 129.51º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E8A3 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB150232163-
CMYK0.3500.300.09
HSL129.51º64.06%74.9%-
HSV(B)129.51º35.34%90.98%-
XYZ48.0566.8445.02-
YUV199.62107.3392.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 163 (64.06% from 255) = 29.91%
R=27.52%
G=42.57%
B=29.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502321630.3500.300.09129.5164.0674.9
Hex96E8A32301E982404b
Octal2263502434303611202100113
Binary10010110111010001010001110001101111010011000001010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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