Shades of Chartreuse #91FA12
Tints of Chartreuse #91FA12
RGB
CMYK
RGB Variations
Color information
#91FA12 (or 0x91FA12) is known color: Chartreuse. HEX triplet: 91, FA and 12. RGB value is (145,250,18). Sum of RGB (Red+Green+Blue) = 145+250+18=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 250 (98.05% from 255 or 60.53% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 250 - color contains mainly: green. Hex color #91FA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91FA12 is #6E05ED. Grayscale: #C0C0C0. Windows color (decimal): -7210478 or 1243793. OLE color: 1243793.
HSL color Cylindrical-coordinate representation of color #91FA12: hue angle of 87.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91FA12 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 18 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.02 |
| HSL | 87.16º | 0.96% | 0.53% | - |
| HSV(B) | 87.16º | 0.93% | 0.98% | - |
| XYZ | 45.97 | 74.43 | 12.52 | - |
| YUV | 192.16 | 29.71 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 18 | 0.42 | 0 | 0.93 | 0.02 | 87.16 | 0.96 | 0.53 |
| Hex | 91 | FA | 12 | 2A | 0 | 5D | 2 | 57 | 60 | 35 |
| Octal | 221 | 372 | 22 | 52 | 0 | 135 | 2 | 127 | 140 | 65 |
| Binary | 10010001 | 11111010 | 10010 | 101010 | 0 | 1011101 | 10 | 1010111 | 1100000 | 110101 |
Color Harmonies of #91FA12
Complementary color
Monochromatic Colors of #91FA12
Black with #91FA12
Text Example
Text Example
White with #91FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FA12; }
p { color: rgb(145,250,18); }
H1.HeaderClassName
{
color: #91FA12;
}
.AnyTagClassName
{
color: #91FA12;
}
</style>
background-color css
<style>
a { background-color: #91FA12; }
a { background-color: rgb(145,250,18); }
div.DivClassName
{
background-color: #91FA12;
}
.BgClassName
{
background-color: #91FA12;
}
</style>
border-color css
<style>
span { border-color: #91FA12; }
span { border-color: rgb(145,250,18); }
td.TdClassName
{
border-color: #91FA12;
}
.TagClassName
{
border-color: #91FA12;
}
</style>