#96E998

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

Shades of Light Green #96E998

Tints of Light Green #96E998

Color information

#96E998 (or 0x96E998) is unknown color: approx Light Green. HEX triplet: 96, E9 and 98. RGB value is (150,233,152). Sum of RGB (Red+Green+Blue) = 150+233+152=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #96E998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E998 is #691667. Grayscale: #C7C7C7. Windows color (decimal): -6887016 or 10021270. OLE color: 10021270.

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

Color convert

RGB150233152-
CMYK0.3600.350.09
HSL121.45º65.35%75.1%-
HSV(B)121.45º35.62%91.37%-
XYZ47.3867.0340.15-
YUV198.95101.593.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.04%
GREEN value IS 233 (91.41% from 255) = 43.55%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=28.04%
G=43.55%
B=28.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502331520.3600.350.09121.4565.3575.1
Hex96E99824023979414b
Octal2263512304404311171101113
Binary10010110111010011001100010010001000111001111100110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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