Shades of Chartreuse #8DFA12
Tints of Chartreuse #8DFA12
RGB
CMYK
RGB Variations
Color information
#8DFA12 (or 0x8DFA12) is known color: Chartreuse. HEX triplet: 8D, FA and 12. RGB value is (141,250,18). Sum of RGB (Red+Green+Blue) = 141+250+18=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFA12 is #7205ED. Grayscale: #BFBFBF. Windows color (decimal): -7472622 or 1243789. OLE color: 1243789.
HSL color Cylindrical-coordinate representation of color #8DFA12: hue angle of 88.19º 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 #8DFA12 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 250 | 18 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.02 |
| HSL | 88.19º | 0.96% | 0.53% | - |
| HSV(B) | 88.19º | 0.93% | 0.98% | - |
| XYZ | 45.28 | 74.08 | 12.48 | - |
| YUV | 190.96 | 30.39 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 250 | 18 | 0.44 | 0 | 0.93 | 0.02 | 88.19 | 0.96 | 0.53 |
| Hex | 8D | FA | 12 | 2C | 0 | 5D | 2 | 58 | 60 | 35 |
| Octal | 215 | 372 | 22 | 54 | 0 | 135 | 2 | 130 | 140 | 65 |
| Binary | 10001101 | 11111010 | 10010 | 101100 | 0 | 1011101 | 10 | 1011000 | 1100000 | 110101 |
Color Harmonies of #8DFA12
Complementary color
Monochromatic Colors of #8DFA12
Black with #8DFA12
Text Example
Text Example
White with #8DFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFA12; }
p { color: rgb(141,250,18); }
H1.HeaderClassName
{
color: #8DFA12;
}
.AnyTagClassName
{
color: #8DFA12;
}
</style>
background-color css
<style>
a { background-color: #8DFA12; }
a { background-color: rgb(141,250,18); }
div.DivClassName
{
background-color: #8DFA12;
}
.BgClassName
{
background-color: #8DFA12;
}
</style>
border-color css
<style>
span { border-color: #8DFA12; }
span { border-color: rgb(141,250,18); }
td.TdClassName
{
border-color: #8DFA12;
}
.TagClassName
{
border-color: #8DFA12;
}
</style>