#96E892

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

Shades of Light Green #96E892

Tints of Light Green #96E892

Color information

#96E892 (or 0x96E892) is unknown color: approx Light Green. HEX triplet: 96, E8 and 92. RGB value is (150,232,146). Sum of RGB (Red+Green+Blue) = 150+232+146=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #96E892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E892 is #69176D. Grayscale: #C5C5C5. Windows color (decimal): -6887278 or 9627798. OLE color: 9627798.

HSL color Cylindrical-coordinate representation of color #96E892: hue angle of 117.21º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96E892 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB150232146-
CMYK0.3500.370.09
HSL117.21º65.15%74.12%-
HSV(B)117.21º37.07%90.98%-
XYZ46.6266.2737.53-
YUV197.6898.8393.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 232 (91.02% from 255) = 43.94%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=28.41%
G=43.94%
B=27.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502321460.3500.370.09117.2165.1574.12
Hex96E89223025975414a
Octal2263502224304511165101112
Binary10010110111010001001001010001101001011001111010110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,232,146); }

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

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

 a { background-color: rgb(150,232,146); }

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

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

 span { border-color: rgb(150,232,146); }

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