Shades of Chartreuse #8FFF0A
Tints of Chartreuse #8FFF0A
RGB
CMYK
RGB Variations
Color information
#8FFF0A (or 0x8FFF0A) is known color: Chartreuse. HEX triplet: 8F, FF and 0A. RGB value is (143,255,10). Sum of RGB (Red+Green+Blue) = 143+255+10=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFF0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FFF0A is #7000F5. Grayscale: #C2C2C2. Windows color (decimal): -7340278 or 720783. OLE color: 720783.
HSL color Cylindrical-coordinate representation of color #8FFF0A: hue angle of 87.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FFF0A is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 10 | - |
| CMYK | 0.44 | 0 | 0.96 | 0 |
| HSL | 87.43º | 1% | 0.52% | - |
| HSV(B) | 87.43º | 0.96% | 1% | - |
| XYZ | 47.14 | 77.38 | 12.74 | - |
| YUV | 193.58 | 24.39 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 10 | 0.44 | 0 | 0.96 | 0 | 87.43 | 1 | 0.52 |
| Hex | 8F | FF | A | 2C | 0 | 60 | 0 | 57 | 64 | 34 |
| Octal | 217 | 377 | 12 | 54 | 0 | 140 | 0 | 127 | 144 | 64 |
| Binary | 10001111 | 11111111 | 1010 | 101100 | 0 | 1100000 | 0 | 1010111 | 1100100 | 110100 |
Color Harmonies of #8FFF0A
Complementary color
Monochromatic Colors of #8FFF0A
Black with #8FFF0A
Text Example
Text Example
White with #8FFF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFF0A; }
p { color: rgb(143,255,10); }
H1.HeaderClassName
{
color: #8FFF0A;
}
.AnyTagClassName
{
color: #8FFF0A;
}
</style>
background-color css
<style>
a { background-color: #8FFF0A; }
a { background-color: rgb(143,255,10); }
div.DivClassName
{
background-color: #8FFF0A;
}
.BgClassName
{
background-color: #8FFF0A;
}
</style>
border-color css
<style>
span { border-color: #8FFF0A; }
span { border-color: rgb(143,255,10); }
td.TdClassName
{
border-color: #8FFF0A;
}
.TagClassName
{
border-color: #8FFF0A;
}
</style>