Shades of Light Green #95E6A0
Tints of Light Green #95E6A0
RGB
CMYK
RGB Variations
Color information
#95E6A0 (or 0x95E6A0) is known color: Light Green. HEX triplet: 95, E6 and A0. RGB value is (149,230,160). Sum of RGB (Red+Green+Blue) = 149+230+160=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E6A0 is #6A195F. Grayscale: #C5C5C5. Windows color (decimal): -6953312 or 10544789. OLE color: 10544789.
HSL color Cylindrical-coordinate representation of color #95E6A0: hue angle of 128.15º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E6A0 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 230 | 160 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.10 |
| HSL | 128.15º | 0.62% | 0.74% | - |
| HSV(B) | 128.15º | 0.35% | 0.9% | - |
| XYZ | 47.04 | 65.52 | 43.43 | - |
| YUV | 197.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 230 | 160 | 0.35 | 0 | 0.30 | 0.10 | 128.15 | 0.62 | 0.74 |
| Hex | 95 | E6 | A0 | 23 | 0 | 1E | A | 80 | 3E | 4A |
| Octal | 225 | 346 | 240 | 43 | 0 | 36 | 12 | 200 | 76 | 112 |
| Binary | 10010101 | 11100110 | 10100000 | 100011 | 0 | 11110 | 1010 | 10000000 | 111110 | 1001010 |
Color Harmonies of #95E6A0
Complementary color
Monochromatic Colors of #95E6A0
Black with #95E6A0
Text Example
Text Example
White with #95E6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E6A0; }
p { color: rgb(149,230,160); }
H1.HeaderClassName
{
color: #95E6A0;
}
.AnyTagClassName
{
color: #95E6A0;
}
</style>
background-color css
<style>
a { background-color: #95E6A0; }
a { background-color: rgb(149,230,160); }
div.DivClassName
{
background-color: #95E6A0;
}
.BgClassName
{
background-color: #95E6A0;
}
</style>
border-color css
<style>
span { border-color: #95E6A0; }
span { border-color: rgb(149,230,160); }
td.TdClassName
{
border-color: #95E6A0;
}
.TagClassName
{
border-color: #95E6A0;
}
</style>