#96ED8A

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

Shades of Light Green #96ED8A

Tints of Light Green #96ED8A

Color information

#96ED8A (or 0x96ED8A) is unknown color: approx Light Green. HEX triplet: 96, ED and 8A. RGB value is (150,237,138). Sum of RGB (Red+Green+Blue) = 150+237+138=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ED8A is #691275. Grayscale: #C8C8C8. Windows color (decimal): -6886006 or 9104790. OLE color: 9104790.

HSL color Cylindrical-coordinate representation of color #96ED8A: hue angle of 112.73º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96ED8A is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB150237138-
CMYK0.3700.420.07
HSL112.73º73.33%73.53%-
HSV(B)112.73º41.77%92.94%-
XYZ47.4568.8934.84-
YUV199.793.1892.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 237 (92.97% from 255) = 45.14%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=28.57%
G=45.14%
B=26.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502371380.3700.420.07112.7373.3373.53
Hex96ED8A2502A771494a
Octal226355212450527161111112
Binary1001011011101101100010101001010101010111111000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ED8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,237,138); }

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

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

 a { background-color: rgb(150,237,138); }

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

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

 span { border-color: rgb(150,237,138); }

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