#96F0AC

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

Shades of Chinook #96F0AC

Tints of Chinook #96F0AC

Color information

#96F0AC (or 0x96F0AC) is unknown color: approx Chinook. HEX triplet: 96, F0 and AC. RGB value is (150,240,172). Sum of RGB (Red+Green+Blue) = 150+240+172=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #96F0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F0AC is #690F53. Grayscale: #CDCDCD. Windows color (decimal): -6885204 or 11333782. OLE color: 11333782.

HSL color Cylindrical-coordinate representation of color #96F0AC: hue angle of 134.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F0AC is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB150240172-
CMYK0.3700.280.06
HSL134.67º75%76.47%-
HSV(B)134.67º37.5%94.12%-
XYZ51.1871.7850.19-
YUV205.34109.1888.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.69%
GREEN value IS 240 (94.14% from 255) = 42.70%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=26.69%
G=42.70%
B=30.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502401720.3700.280.06134.677576.47
Hex96F0AC2501C6874b4c
Octal226360254450346207113114
Binary1001011011110000101011001001010111001101000011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,240,172); }

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

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

 a { background-color: rgb(150,240,172); }

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

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

 span { border-color: rgb(150,240,172); }

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