Shades of Chartreuse #92FF1A
Tints of Chartreuse #92FF1A
RGB
CMYK
RGB Variations
Color information
#92FF1A (or 0x92FF1A) is known color: Chartreuse. HEX triplet: 92, FF and 1A. RGB value is (146,255,26). Sum of RGB (Red+Green+Blue) = 146+255+26=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #92FF1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92FF1A is #6D00E5. Grayscale: #C5C5C5. Windows color (decimal): -7143654 or 1769362. OLE color: 1769362.
HSL color Cylindrical-coordinate representation of color #92FF1A: hue angle of 88.56º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92FF1A is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 26 | - |
| CMYK | 0.43 | 0 | 0.90 | 0 |
| HSL | 88.56º | 1% | 0.55% | - |
| HSV(B) | 88.56º | 0.9% | 1% | - |
| XYZ | 47.8 | 77.71 | 13.46 | - |
| YUV | 196.3 | 31.89 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 26 | 0.43 | 0 | 0.90 | 0 | 88.56 | 1 | 0.55 |
| Hex | 92 | FF | 1A | 2B | 0 | 5A | 0 | 59 | 64 | 37 |
| Octal | 222 | 377 | 32 | 53 | 0 | 132 | 0 | 131 | 144 | 67 |
| Binary | 10010010 | 11111111 | 11010 | 101011 | 0 | 1011010 | 0 | 1011001 | 1100100 | 110111 |
Color Harmonies of #92FF1A
Complementary color
Monochromatic Colors of #92FF1A
Black with #92FF1A
Text Example
Text Example
White with #92FF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FF1A; }
p { color: rgb(146,255,26); }
H1.HeaderClassName
{
color: #92FF1A;
}
.AnyTagClassName
{
color: #92FF1A;
}
</style>
background-color css
<style>
a { background-color: #92FF1A; }
a { background-color: rgb(146,255,26); }
div.DivClassName
{
background-color: #92FF1A;
}
.BgClassName
{
background-color: #92FF1A;
}
</style>
border-color css
<style>
span { border-color: #92FF1A; }
span { border-color: rgb(146,255,26); }
td.TdClassName
{
border-color: #92FF1A;
}
.TagClassName
{
border-color: #92FF1A;
}
</style>