#96f486

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

Shades of Light Green #96F486

Tints of Light Green #96F486

Color information

#96F486 (or 0x96F486) is unknown color: approx Light Green. HEX triplet: 96, F4 and 86. RGB value is (150,244,134). Sum of RGB (Red+Green+Blue) = 150+244+134=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #96F486 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F486 is #690B79. Grayscale: #CBCBCB. Windows color (decimal): -6884218 or 8844438. OLE color: 8844438.

HSL color Cylindrical-coordinate representation of color #96F486: hue angle of 111.27º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96F486 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB150244134-
CMYK0.3900.450.04
HSL111.27º83.33%74.12%-
HSV(B)111.27º45.08%95.69%-
XYZ49.2372.9134.03-
YUV203.3588.8689.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 244 (95.70% from 255) = 46.21%
BLUE value IS 134 (52.73% from 255) = 25.38%
R=28.41%
G=46.21%
B=25.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502441340.3900.450.04111.2783.3374.12
Hex96F4862702D46f534a
Octal226364206470554157123112
Binary1001011011110100100001101001110101101100110111110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96f486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,244,134); }

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

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

 a { background-color: rgb(150,244,134); }

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

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

 span { border-color: rgb(150,244,134); }

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