Shades of Chartreuse #8FFA07
Tints of Chartreuse #8FFA07
RGB
CMYK
RGB Variations
Color information
#8FFA07 (or 0x8FFA07) is known color: Chartreuse. HEX triplet: 8F, FA and 07. RGB value is (143,250,7). Sum of RGB (Red+Green+Blue) = 143+250+7=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFA07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FFA07 is #7005F8. Grayscale: #BFBFBF. Windows color (decimal): -7341561 or 522895. OLE color: 522895.
HSL color Cylindrical-coordinate representation of color #8FFA07: hue angle of 86.42º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FFA07 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 7 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.02 |
| HSL | 86.42º | 0.96% | 0.5% | - |
| HSV(B) | 86.42º | 0.97% | 0.98% | - |
| XYZ | 45.55 | 74.23 | 12.13 | - |
| YUV | 190.31 | 24.55 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 7 | 0.43 | 0 | 0.97 | 0.02 | 86.42 | 0.96 | 0.5 |
| Hex | 8F | FA | 7 | 2B | 0 | 61 | 2 | 56 | 60 | 32 |
| Octal | 217 | 372 | 7 | 53 | 0 | 141 | 2 | 126 | 140 | 62 |
| Binary | 10001111 | 11111010 | 111 | 101011 | 0 | 1100001 | 10 | 1010110 | 1100000 | 110010 |
Color Harmonies of #8FFA07
Complementary color
Monochromatic Colors of #8FFA07
Black with #8FFA07
Text Example
Text Example
White with #8FFA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFA07; }
p { color: rgb(143,250,7); }
H1.HeaderClassName
{
color: #8FFA07;
}
.AnyTagClassName
{
color: #8FFA07;
}
</style>
background-color css
<style>
a { background-color: #8FFA07; }
a { background-color: rgb(143,250,7); }
div.DivClassName
{
background-color: #8FFA07;
}
.BgClassName
{
background-color: #8FFA07;
}
</style>
border-color css
<style>
span { border-color: #8FFA07; }
span { border-color: rgb(143,250,7); }
td.TdClassName
{
border-color: #8FFA07;
}
.TagClassName
{
border-color: #8FFA07;
}
</style>