Shades of Chartreuse #8AFC07
Tints of Chartreuse #8AFC07
RGB
CMYK
RGB Variations
Color information
#8AFC07 (or 0x8AFC07) is known color: Chartreuse. HEX triplet: 8A, FC and 07. RGB value is (138,252,7). Sum of RGB (Red+Green+Blue) = 138+252+7=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFC07 is #7503F8. Grayscale: #BEBEBE. Windows color (decimal): -7668729 or 523402. OLE color: 523402.
HSL color Cylindrical-coordinate representation of color #8AFC07: hue angle of 87.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AFC07 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 7 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.01 |
| HSL | 87.92º | 0.98% | 0.51% | - |
| HSV(B) | 87.92º | 0.97% | 0.99% | - |
| XYZ | 45.33 | 75.04 | 12.3 | - |
| YUV | 189.98 | 24.73 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 7 | 0.45 | 0 | 0.97 | 0.01 | 87.92 | 0.98 | 0.51 |
| Hex | 8A | FC | 7 | 2D | 0 | 61 | 1 | 58 | 62 | 33 |
| Octal | 212 | 374 | 7 | 55 | 0 | 141 | 1 | 130 | 142 | 63 |
| Binary | 10001010 | 11111100 | 111 | 101101 | 0 | 1100001 | 1 | 1011000 | 1100010 | 110011 |
Color Harmonies of #8AFC07
Complementary color
Monochromatic Colors of #8AFC07
Black with #8AFC07
Text Example
Text Example
White with #8AFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC07; }
p { color: rgb(138,252,7); }
H1.HeaderClassName
{
color: #8AFC07;
}
.AnyTagClassName
{
color: #8AFC07;
}
</style>
background-color css
<style>
a { background-color: #8AFC07; }
a { background-color: rgb(138,252,7); }
div.DivClassName
{
background-color: #8AFC07;
}
.BgClassName
{
background-color: #8AFC07;
}
</style>
border-color css
<style>
span { border-color: #8AFC07; }
span { border-color: rgb(138,252,7); }
td.TdClassName
{
border-color: #8AFC07;
}
.TagClassName
{
border-color: #8AFC07;
}
</style>