Shades of Light Green #92EBA0
Tints of Light Green #92EBA0
RGB
CMYK
RGB Variations
Color information
#92EBA0 (or 0x92EBA0) is known color: Light Green. HEX triplet: 92, EB and A0. RGB value is (146,235,160). Sum of RGB (Red+Green+Blue) = 146+235+160=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EBA0 is #6D145F. Grayscale: #C8C8C8. Windows color (decimal): -7148640 or 10546066. OLE color: 10546066.
HSL color Cylindrical-coordinate representation of color #92EBA0: hue angle of 129.44º degrees, saturation: 0.69, 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 #92EBA0 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 235 | 160 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.08 |
| HSL | 129.44º | 0.69% | 0.75% | - |
| HSV(B) | 129.44º | 0.38% | 0.92% | - |
| XYZ | 47.91 | 68.07 | 43.87 | - |
| YUV | 199.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 235 | 160 | 0.38 | 0 | 0.32 | 0.08 | 129.44 | 0.69 | 0.75 |
| Hex | 92 | EB | A0 | 26 | 0 | 20 | 8 | 81 | 45 | 4B |
| Octal | 222 | 353 | 240 | 46 | 0 | 40 | 10 | 201 | 105 | 113 |
| Binary | 10010010 | 11101011 | 10100000 | 100110 | 0 | 100000 | 1000 | 10000001 | 1000101 | 1001011 |
Color Harmonies of #92EBA0
Complementary color
Monochromatic Colors of #92EBA0
Black with #92EBA0
Text Example
Text Example
White with #92EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EBA0; }
p { color: rgb(146,235,160); }
H1.HeaderClassName
{
color: #92EBA0;
}
.AnyTagClassName
{
color: #92EBA0;
}
</style>
background-color css
<style>
a { background-color: #92EBA0; }
a { background-color: rgb(146,235,160); }
div.DivClassName
{
background-color: #92EBA0;
}
.BgClassName
{
background-color: #92EBA0;
}
</style>
border-color css
<style>
span { border-color: #92EBA0; }
span { border-color: rgb(146,235,160); }
td.TdClassName
{
border-color: #92EBA0;
}
.TagClassName
{
border-color: #92EBA0;
}
</style>