Shades of Light Green #92EA95
Tints of Light Green #92EA95
RGB
CMYK
RGB Variations
Color information
#92EA95 (or 0x92EA95) is known color: Light Green. HEX triplet: 92, EA and 95. RGB value is (146,234,149). Sum of RGB (Red+Green+Blue) = 146+234+149=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #92EA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EA95 is #6D156A. Grayscale: #C6C6C6. Windows color (decimal): -7148907 or 9824914. OLE color: 9824914.
HSL color Cylindrical-coordinate representation of color #92EA95: hue angle of 122.05º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EA95 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 234 | 149 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.08 |
| HSL | 122.05º | 0.68% | 0.75% | - |
| HSV(B) | 122.05º | 0.38% | 0.92% | - |
| XYZ | 46.7 | 67.13 | 38.93 | - |
| YUV | 198 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 234 | 149 | 0.38 | 0 | 0.36 | 0.08 | 122.05 | 0.68 | 0.75 |
| Hex | 92 | EA | 95 | 26 | 0 | 24 | 8 | 7A | 44 | 4B |
| Octal | 222 | 352 | 225 | 46 | 0 | 44 | 10 | 172 | 104 | 113 |
| Binary | 10010010 | 11101010 | 10010101 | 100110 | 0 | 100100 | 1000 | 1111010 | 1000100 | 1001011 |
Color Harmonies of #92EA95
Complementary color
Monochromatic Colors of #92EA95
Black with #92EA95
Text Example
Text Example
White with #92EA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EA95; }
p { color: rgb(146,234,149); }
H1.HeaderClassName
{
color: #92EA95;
}
.AnyTagClassName
{
color: #92EA95;
}
</style>
background-color css
<style>
a { background-color: #92EA95; }
a { background-color: rgb(146,234,149); }
div.DivClassName
{
background-color: #92EA95;
}
.BgClassName
{
background-color: #92EA95;
}
</style>
border-color css
<style>
span { border-color: #92EA95; }
span { border-color: rgb(146,234,149); }
td.TdClassName
{
border-color: #92EA95;
}
.TagClassName
{
border-color: #92EA95;
}
</style>