Shades of Chartreuse #92F612
Tints of Chartreuse #92F612
RGB
CMYK
RGB Variations
Color information
#92F612 (or 0x92F612) is known color: Chartreuse. HEX triplet: 92, F6 and 12. RGB value is (146,246,18). Sum of RGB (Red+Green+Blue) = 146+246+18=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 246 (96.48% from 255 or 60% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 246 - color contains mainly: green. Hex color #92F612 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F612 is #6D09ED. Grayscale: #BEBEBE. Windows color (decimal): -7145966 or 1242770. OLE color: 1242770.
HSL color Cylindrical-coordinate representation of color #92F612: hue angle of 86.32º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92F612 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 246 | 18 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.04 |
| HSL | 86.32º | 0.93% | 0.52% | - |
| HSV(B) | 86.32º | 0.93% | 0.96% | - |
| XYZ | 44.92 | 72.07 | 12.11 | - |
| YUV | 190.11 | 30.87 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 246 | 18 | 0.41 | 0 | 0.93 | 0.04 | 86.32 | 0.93 | 0.52 |
| Hex | 92 | F6 | 12 | 29 | 0 | 5D | 4 | 56 | 5D | 34 |
| Octal | 222 | 366 | 22 | 51 | 0 | 135 | 4 | 126 | 135 | 64 |
| Binary | 10010010 | 11110110 | 10010 | 101001 | 0 | 1011101 | 100 | 1010110 | 1011101 | 110100 |
Color Harmonies of #92F612
Complementary color
Monochromatic Colors of #92F612
Black with #92F612
Text Example
Text Example
White with #92F612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F612; }
p { color: rgb(146,246,18); }
H1.HeaderClassName
{
color: #92F612;
}
.AnyTagClassName
{
color: #92F612;
}
</style>
background-color css
<style>
a { background-color: #92F612; }
a { background-color: rgb(146,246,18); }
div.DivClassName
{
background-color: #92F612;
}
.BgClassName
{
background-color: #92F612;
}
</style>
border-color css
<style>
span { border-color: #92F612; }
span { border-color: rgb(146,246,18); }
td.TdClassName
{
border-color: #92F612;
}
.TagClassName
{
border-color: #92F612;
}
</style>