#96E98B

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

Shades of Light Green #96E98B

Tints of Light Green #96E98B

Color information

#96E98B (or 0x96E98B) is unknown color: approx Light Green. HEX triplet: 96, E9 and 8B. RGB value is (150,233,139). Sum of RGB (Red+Green+Blue) = 150+233+139=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #96E98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E98B is #691674. Grayscale: #C5C5C5. Windows color (decimal): -6887029 or 9169302. OLE color: 9169302.

HSL color Cylindrical-coordinate representation of color #96E98B: hue angle of 112.98º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96E98B is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB150233139-
CMYK0.3600.400.09
HSL112.98º68.12%72.94%-
HSV(B)112.98º40.34%91.37%-
XYZ46.3866.6334.84-
YUV197.479594.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 233 (91.41% from 255) = 44.64%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=28.74%
G=44.64%
B=26.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502331390.3600.400.09112.9868.1272.94
Hex96E98B240289714449
Octal2263512134405011161104111
Binary10010110111010011000101110010001010001001111000110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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