Shades of Light Green #92F086
Tints of Light Green #92F086
RGB
CMYK
RGB Variations
Color information
#92F086 (or 0x92F086) is known color: Light Green. HEX triplet: 92, F0 and 86. RGB value is (146,240,134). Sum of RGB (Red+Green+Blue) = 146+240+134=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #92F086 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F086 is #6D0F79. Grayscale: #C8C8C8. Windows color (decimal): -7147386 or 8843410. OLE color: 8843410.
HSL color Cylindrical-coordinate representation of color #92F086: hue angle of 113.21º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92F086 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 134 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.06 |
| HSL | 113.21º | 0.78% | 0.73% | - |
| HSV(B) | 113.21º | 0.44% | 0.94% | - |
| XYZ | 47.32 | 70.15 | 33.6 | - |
| YUV | 199.81 | 90.86 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 134 | 0.39 | 0 | 0.44 | 0.06 | 113.21 | 0.78 | 0.73 |
| Hex | 92 | F0 | 86 | 27 | 0 | 2C | 6 | 71 | 4E | 49 |
| Octal | 222 | 360 | 206 | 47 | 0 | 54 | 6 | 161 | 116 | 111 |
| Binary | 10010010 | 11110000 | 10000110 | 100111 | 0 | 101100 | 110 | 1110001 | 1001110 | 1001001 |
Color Harmonies of #92F086
Complementary color
Monochromatic Colors of #92F086
Black with #92F086
Text Example
Text Example
White with #92F086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F086; }
p { color: rgb(146,240,134); }
H1.HeaderClassName
{
color: #92F086;
}
.AnyTagClassName
{
color: #92F086;
}
</style>
background-color css
<style>
a { background-color: #92F086; }
a { background-color: rgb(146,240,134); }
div.DivClassName
{
background-color: #92F086;
}
.BgClassName
{
background-color: #92F086;
}
</style>
border-color css
<style>
span { border-color: #92F086; }
span { border-color: rgb(146,240,134); }
td.TdClassName
{
border-color: #92F086;
}
.TagClassName
{
border-color: #92F086;
}
</style>