#96E19B

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

Shades of Light Green #96E19B

Tints of Light Green #96E19B

Color information

#96E19B (or 0x96E19B) is unknown color: approx Light Green. HEX triplet: 96, E1 and 9B. RGB value is (150,225,155). Sum of RGB (Red+Green+Blue) = 150+225+155=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #96E19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E19B is #691E64. Grayscale: #C2C2C2. Windows color (decimal): -6889061 or 10215830. OLE color: 10215830.

HSL color Cylindrical-coordinate representation of color #96E19B: hue angle of 124º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E19B is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB150225155-
CMYK0.3300.310.12
HSL124º55.56%73.53%-
HSV(B)124º33.33%88.24%-
XYZ45.4262.740.72-
YUV194.59105.6596.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=28.30%
G=42.45%
B=29.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502251550.3300.310.1212455.5673.53
Hex96E19B2101FC7c384a
Octal226341233410371417470112
Binary100101101110000110011011100001011111110011111001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,225,155); }

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

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

 a { background-color: rgb(150,225,155); }

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

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

 span { border-color: rgb(150,225,155); }

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