Shades of Chartreuse #8CFC1A
Tints of Chartreuse #8CFC1A
RGB
CMYK
RGB Variations
Color information
#8CFC1A (or 0x8CFC1A) is known color: Chartreuse. HEX triplet: 8C, FC and 1A. RGB value is (140,252,26). Sum of RGB (Red+Green+Blue) = 140+252+26=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 252 (98.83% from 255 or 60.29% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFC1A is #7303E5. Grayscale: #C1C1C1. Windows color (decimal): -7537638 or 1768588. OLE color: 1768588.
HSL color Cylindrical-coordinate representation of color #8CFC1A: hue angle of 89.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CFC1A is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 26 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.01 |
| HSL | 89.73º | 0.97% | 0.55% | - |
| HSV(B) | 89.73º | 0.9% | 0.99% | - |
| XYZ | 45.81 | 75.27 | 13.09 | - |
| YUV | 192.75 | 33.89 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 26 | 0.44 | 0 | 0.90 | 0.01 | 89.73 | 0.97 | 0.55 |
| Hex | 8C | FC | 1A | 2C | 0 | 5A | 1 | 5A | 61 | 37 |
| Octal | 214 | 374 | 32 | 54 | 0 | 132 | 1 | 132 | 141 | 67 |
| Binary | 10001100 | 11111100 | 11010 | 101100 | 0 | 1011010 | 1 | 1011010 | 1100001 | 110111 |
Color Harmonies of #8CFC1A
Complementary color
Monochromatic Colors of #8CFC1A
Black with #8CFC1A
Text Example
Text Example
White with #8CFC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC1A; }
p { color: rgb(140,252,26); }
H1.HeaderClassName
{
color: #8CFC1A;
}
.AnyTagClassName
{
color: #8CFC1A;
}
</style>
background-color css
<style>
a { background-color: #8CFC1A; }
a { background-color: rgb(140,252,26); }
div.DivClassName
{
background-color: #8CFC1A;
}
.BgClassName
{
background-color: #8CFC1A;
}
</style>
border-color css
<style>
span { border-color: #8CFC1A; }
span { border-color: rgb(140,252,26); }
td.TdClassName
{
border-color: #8CFC1A;
}
.TagClassName
{
border-color: #8CFC1A;
}
</style>