#96F28E

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

Shades of Light Green #96F28E

Tints of Light Green #96F28E

Color information

#96F28E (or 0x96F28E) is unknown color: approx Light Green. HEX triplet: 96, F2 and 8E. RGB value is (150,242,142). Sum of RGB (Red+Green+Blue) = 150+242+142=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #96F28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F28E is #690D71. Grayscale: #CBCBCB. Windows color (decimal): -6884722 or 9368214. OLE color: 9368214.

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

Color convert

RGB150242142-
CMYK0.3800.410.05
HSL115.2º79.37%75.29%-
HSV(B)115.2º41.32%94.9%-
XYZ49.2171.9436.88-
YUV203.0993.5290.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.09%
GREEN value IS 242 (94.92% from 255) = 45.32%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=28.09%
G=45.32%
B=26.59%

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
Decimal1502421420.3800.410.05115.279.3775.29
Hex96F28E260295734f4b
Octal226362216460515163117113
Binary1001011011110010100011101001100101001101111001110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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