Shades of Light Green #95E98A
Tints of Light Green #95E98A
RGB
CMYK
RGB Variations
Color information
#95E98A (or 0x95E98A) is known color: Light Green. HEX triplet: 95, E9 and 8A. RGB value is (149,233,138). Sum of RGB (Red+Green+Blue) = 149+233+138=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #95E98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E98A is #6A1675. Grayscale: #C5C5C5. Windows color (decimal): -6952566 or 9103765. OLE color: 9103765.
HSL color Cylindrical-coordinate representation of color #95E98A: hue angle of 113.05º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E98A is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 138 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.09 |
| HSL | 113.05º | 0.68% | 0.73% | - |
| HSV(B) | 113.05º | 0.41% | 0.91% | - |
| XYZ | 46.12 | 66.5 | 34.45 | - |
| YUV | 197.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 138 | 0.36 | 0 | 0.41 | 0.09 | 113.05 | 0.68 | 0.73 |
| Hex | 95 | E9 | 8A | 24 | 0 | 29 | 9 | 71 | 44 | 49 |
| Octal | 225 | 351 | 212 | 44 | 0 | 51 | 11 | 161 | 104 | 111 |
| Binary | 10010101 | 11101001 | 10001010 | 100100 | 0 | 101001 | 1001 | 1110001 | 1000100 | 1001001 |
Color Harmonies of #95E98A
Complementary color
Monochromatic Colors of #95E98A
Black with #95E98A
Text Example
Text Example
White with #95E98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E98A; }
p { color: rgb(149,233,138); }
H1.HeaderClassName
{
color: #95E98A;
}
.AnyTagClassName
{
color: #95E98A;
}
</style>
background-color css
<style>
a { background-color: #95E98A; }
a { background-color: rgb(149,233,138); }
div.DivClassName
{
background-color: #95E98A;
}
.BgClassName
{
background-color: #95E98A;
}
</style>
border-color css
<style>
span { border-color: #95E98A; }
span { border-color: rgb(149,233,138); }
td.TdClassName
{
border-color: #95E98A;
}
.TagClassName
{
border-color: #95E98A;
}
</style>