Shades of Chartreuse #8CFA18
Tints of Chartreuse #8CFA18
RGB
CMYK
RGB Variations
Color information
#8CFA18 (or 0x8CFA18) is known color: Chartreuse. HEX triplet: 8C, FA and 18. RGB value is (140,250,24). Sum of RGB (Red+Green+Blue) = 140+250+24=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFA18 is #7305E7. Grayscale: #C0C0C0. Windows color (decimal): -7538152 or 1637004. OLE color: 1637004.
HSL color Cylindrical-coordinate representation of color #8CFA18: hue angle of 89.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CFA18 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 24 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.02 |
| HSL | 89.2º | 0.96% | 0.54% | - |
| HSV(B) | 89.2º | 0.9% | 0.98% | - |
| XYZ | 45.17 | 74.01 | 12.77 | - |
| YUV | 191.35 | 33.56 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 24 | 0.44 | 0 | 0.90 | 0.02 | 89.2 | 0.96 | 0.54 |
| Hex | 8C | FA | 18 | 2C | 0 | 5A | 2 | 59 | 60 | 36 |
| Octal | 214 | 372 | 30 | 54 | 0 | 132 | 2 | 131 | 140 | 66 |
| Binary | 10001100 | 11111010 | 11000 | 101100 | 0 | 1011010 | 10 | 1011001 | 1100000 | 110110 |
Color Harmonies of #8CFA18
Complementary color
Monochromatic Colors of #8CFA18
Black with #8CFA18
Text Example
Text Example
White with #8CFA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA18; }
p { color: rgb(140,250,24); }
H1.HeaderClassName
{
color: #8CFA18;
}
.AnyTagClassName
{
color: #8CFA18;
}
</style>
background-color css
<style>
a { background-color: #8CFA18; }
a { background-color: rgb(140,250,24); }
div.DivClassName
{
background-color: #8CFA18;
}
.BgClassName
{
background-color: #8CFA18;
}
</style>
border-color css
<style>
span { border-color: #8CFA18; }
span { border-color: rgb(140,250,24); }
td.TdClassName
{
border-color: #8CFA18;
}
.TagClassName
{
border-color: #8CFA18;
}
</style>