#96E795

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

Shades of Light Green #96E795

Tints of Light Green #96E795

Color information

#96E795 (or 0x96E795) is unknown color: approx Light Green. HEX triplet: 96, E7 and 95. RGB value is (150,231,149). Sum of RGB (Red+Green+Blue) = 150+231+149=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #96E795 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E795 is #69186A. Grayscale: #C5C5C5. Windows color (decimal): -6887531 or 9824150. OLE color: 9824150.

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

Color convert

RGB150231149-
CMYK0.3500.350.09
HSL119.27º63.08%74.51%-
HSV(B)119.27º35.5%90.59%-
XYZ46.5865.8138.68-
YUV197.43100.6694.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 231 (90.62% from 255) = 43.58%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=28.30%
G=43.58%
B=28.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502311490.3500.350.09119.2763.0874.51
Hex96E795230239773f4b
Octal226347225430431116777113
Binary1001011011100111100101011000110100011100111101111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,149); }

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

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

 a { background-color: rgb(150,231,149); }

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

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

 span { border-color: rgb(150,231,149); }

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