#96F28F

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

Shades of Light Green #96F28F

Tints of Light Green #96F28F

Color information

#96F28F (or 0x96F28F) is unknown color: approx Light Green. HEX triplet: 96, F2 and 8F. RGB value is (150,242,143). Sum of RGB (Red+Green+Blue) = 150+242+143=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #96F28F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F28F is #690D70. Grayscale: #CBCBCB. Windows color (decimal): -6884721 or 9433750. OLE color: 9433750.

HSL color Cylindrical-coordinate representation of color #96F28F: hue angle of 115.76º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96F28F is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB150242143-
CMYK0.3800.410.05
HSL115.76º79.2%75.49%-
HSV(B)115.76º40.91%94.9%-
XYZ49.2971.9737.28-
YUV203.2194.0290.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.04%
GREEN value IS 242 (94.92% from 255) = 45.23%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=28.04%
G=45.23%
B=26.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502421430.3800.410.05115.7679.275.49
Hex96F28F260295744f4b
Octal226362217460515164117113
Binary1001011011110010100011111001100101001101111010010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,242,143); }

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

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

 a { background-color: rgb(150,242,143); }

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

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

 span { border-color: rgb(150,242,143); }

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