#96F095

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

Shades of Light Green #96F095

Tints of Light Green #96F095

Color information

#96F095 (or 0x96F095) is unknown color: approx Light Green. HEX triplet: 96, F0 and 95. RGB value is (150,240,149). Sum of RGB (Red+Green+Blue) = 150+240+149=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #96F095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F095 is #690F6A. Grayscale: #CACACA. Windows color (decimal): -6885227 or 9826454. OLE color: 9826454.

HSL color Cylindrical-coordinate representation of color #96F095: hue angle of 119.34º 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 #96F095 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB150240149-
CMYK0.3700.380.06
HSL119.34º75.21%76.27%-
HSV(B)119.34º37.92%94.12%-
XYZ49.1670.9739.54-
YUV202.7297.6890.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 240 (94.14% from 255) = 44.53%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=27.83%
G=44.53%
B=27.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502401490.3700.380.06119.3475.2176.27
Hex96F095250266774b4c
Octal226360225450466167113114
Binary1001011011110000100101011001010100110110111011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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