Shades of Light Green #95EA98
Tints of Light Green #95EA98
RGB
CMYK
RGB Variations
Color information
#95EA98 (or 0x95EA98) is known color: Light Green. HEX triplet: 95, EA and 98. RGB value is (149,234,152). Sum of RGB (Red+Green+Blue) = 149+234+152=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EA98 is #6A1567. Grayscale: #C7C7C7. Windows color (decimal): -6952296 or 10021525. OLE color: 10021525.
HSL color Cylindrical-coordinate representation of color #95EA98: hue angle of 122.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EA98 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 152 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.08 |
| HSL | 122.12º | 0.67% | 0.75% | - |
| HSV(B) | 122.12º | 0.36% | 0.92% | - |
| XYZ | 47.48 | 67.5 | 40.23 | - |
| YUV | 199.24 | 101.34 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 152 | 0.36 | 0 | 0.35 | 0.08 | 122.12 | 0.67 | 0.75 |
| Hex | 95 | EA | 98 | 24 | 0 | 23 | 8 | 7A | 43 | 4B |
| Octal | 225 | 352 | 230 | 44 | 0 | 43 | 10 | 172 | 103 | 113 |
| Binary | 10010101 | 11101010 | 10011000 | 100100 | 0 | 100011 | 1000 | 1111010 | 1000011 | 1001011 |
Color Harmonies of #95EA98
Complementary color
Monochromatic Colors of #95EA98
Black with #95EA98
Text Example
Text Example
White with #95EA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EA98; }
p { color: rgb(149,234,152); }
H1.HeaderClassName
{
color: #95EA98;
}
.AnyTagClassName
{
color: #95EA98;
}
</style>
background-color css
<style>
a { background-color: #95EA98; }
a { background-color: rgb(149,234,152); }
div.DivClassName
{
background-color: #95EA98;
}
.BgClassName
{
background-color: #95EA98;
}
</style>
border-color css
<style>
span { border-color: #95EA98; }
span { border-color: rgb(149,234,152); }
td.TdClassName
{
border-color: #95EA98;
}
.TagClassName
{
border-color: #95EA98;
}
</style>