Shades of Light Green #92F290
Tints of Light Green #92F290
RGB
CMYK
RGB Variations
Color information
#92F290 (or 0x92F290) is known color: Light Green. HEX triplet: 92, F2 and 90. RGB value is (146,242,144). Sum of RGB (Red+Green+Blue) = 146+242+144=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #92F290 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F290 is #6D0D6F. Grayscale: #CACACA. Windows color (decimal): -7146864 or 9499282. OLE color: 9499282.
HSL color Cylindrical-coordinate representation of color #92F290: hue angle of 118.78º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F290 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 242 | 144 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.05 |
| HSL | 118.78º | 0.79% | 0.76% | - |
| HSV(B) | 118.78º | 0.4% | 0.95% | - |
| XYZ | 48.64 | 71.63 | 37.65 | - |
| YUV | 202.12 | 95.2 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 144 | 0.40 | 0 | 0.40 | 0.05 | 118.78 | 0.79 | 0.76 |
| Hex | 92 | F2 | 90 | 28 | 0 | 28 | 5 | 77 | 4F | 4C |
| Octal | 222 | 362 | 220 | 50 | 0 | 50 | 5 | 167 | 117 | 114 |
| Binary | 10010010 | 11110010 | 10010000 | 101000 | 0 | 101000 | 101 | 1110111 | 1001111 | 1001100 |
Color Harmonies of #92F290
Complementary color
Monochromatic Colors of #92F290
Black with #92F290
Text Example
Text Example
White with #92F290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F290; }
p { color: rgb(146,242,144); }
H1.HeaderClassName
{
color: #92F290;
}
.AnyTagClassName
{
color: #92F290;
}
</style>
background-color css
<style>
a { background-color: #92F290; }
a { background-color: rgb(146,242,144); }
div.DivClassName
{
background-color: #92F290;
}
.BgClassName
{
background-color: #92F290;
}
</style>
border-color css
<style>
span { border-color: #92F290; }
span { border-color: rgb(146,242,144); }
td.TdClassName
{
border-color: #92F290;
}
.TagClassName
{
border-color: #92F290;
}
</style>