#96E993

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

Shades of Light Green #96E993

Tints of Light Green #96E993

Color information

#96E993 (or 0x96E993) is unknown color: approx Light Green. HEX triplet: 96, E9 and 93. RGB value is (150,233,147). Sum of RGB (Red+Green+Blue) = 150+233+147=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #96E993 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E993 is #69166C. Grayscale: #C6C6C6. Windows color (decimal): -6887021 or 9693590. OLE color: 9693590.

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

Color convert

RGB150233147-
CMYK0.3600.370.09
HSL117.91º66.15%74.51%-
HSV(B)117.91º36.91%91.37%-
XYZ46.9866.8738.03-
YUV198.389993.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=28.30%
G=43.96%
B=27.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502331470.3600.370.09117.9166.1574.51
Hex96E99324025976424b
Octal2263512234404511166102113
Binary10010110111010011001001110010001001011001111011010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,233,147); }

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

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

 a { background-color: rgb(150,233,147); }

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

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

 span { border-color: rgb(150,233,147); }

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