Shades of Chartreuse #8CF018
Tints of Chartreuse #8CF018
RGB
CMYK
RGB Variations
Color information
#8CF018 (or 0x8CF018) is known color: Chartreuse. HEX triplet: 8C, F0 and 18. RGB value is (140,240,24). Sum of RGB (Red+Green+Blue) = 140+240+24=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF018 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF018 is #730FE7. Grayscale: #BABABA. Windows color (decimal): -7540712 or 1634444. OLE color: 1634444.
HSL color Cylindrical-coordinate representation of color #8CF018: hue angle of 87.78º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CF018 is Cyan = 0.42, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 24 | - |
| CMYK | 0.42 | 0 | 0.9 | 0.06 |
| HSL | 87.78º | 0.88% | 0.52% | - |
| HSV(B) | 87.78º | 0.9% | 0.94% | - |
| XYZ | 42.14 | 67.96 | 11.76 | - |
| YUV | 185.48 | 36.87 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 24 | 0.42 | 0 | 0.9 | 0.06 | 87.78 | 0.88 | 0.52 |
| Hex | 8C | F0 | 18 | 2A | 0 | 5A | 6 | 58 | 58 | 34 |
| Octal | 214 | 360 | 30 | 52 | 0 | 132 | 6 | 130 | 130 | 64 |
| Binary | 10001100 | 11110000 | 11000 | 101010 | 0 | 1011010 | 110 | 1011000 | 1011000 | 110100 |
Color Harmonies of #8CF018
Complementary color
Monochromatic Colors of #8CF018
Black with #8CF018
Text Example
Text Example
White with #8CF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF018; }
p { color: rgb(140,240,24); }
H1.HeaderClassName
{
color: #8CF018;
}
.AnyTagClassName
{
color: #8CF018;
}
</style>
background-color css
<style>
a { background-color: #8CF018; }
a { background-color: rgb(140,240,24); }
div.DivClassName
{
background-color: #8CF018;
}
.BgClassName
{
background-color: #8CF018;
}
</style>
border-color css
<style>
span { border-color: #8CF018; }
span { border-color: rgb(140,240,24); }
td.TdClassName
{
border-color: #8CF018;
}
.TagClassName
{
border-color: #8CF018;
}
</style>