Shades of Chartreuse #8AFE07
Tints of Chartreuse #8AFE07
RGB
CMYK
RGB Variations
Color information
#8AFE07 (or 0x8AFE07) is known color: Chartreuse. HEX triplet: 8A, FE and 07. RGB value is (138,254,7). Sum of RGB (Red+Green+Blue) = 138+254+7=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 254 (99.61% from 255 or 63.66% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFE07 is #7501F8. Grayscale: #C0C0C0. Windows color (decimal): -7668217 or 523914. OLE color: 523914.
HSL color Cylindrical-coordinate representation of color #8AFE07: hue angle of 88.18º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AFE07 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 7 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.00 |
| HSL | 88.18º | 0.99% | 0.51% | - |
| HSV(B) | 88.18º | 0.97% | 1% | - |
| XYZ | 45.96 | 76.3 | 12.51 | - |
| YUV | 191.16 | 24.07 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 7 | 0.46 | 0 | 0.97 | 0.00 | 88.18 | 0.99 | 0.51 |
| Hex | 8A | FE | 7 | 2E | 0 | 61 | 0 | 58 | 63 | 33 |
| Octal | 212 | 376 | 7 | 56 | 0 | 141 | 0 | 130 | 143 | 63 |
| Binary | 10001010 | 11111110 | 111 | 101110 | 0 | 1100001 | 0 | 1011000 | 1100011 | 110011 |
Color Harmonies of #8AFE07
Complementary color
Monochromatic Colors of #8AFE07
Black with #8AFE07
Text Example
Text Example
White with #8AFE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE07; }
p { color: rgb(138,254,7); }
H1.HeaderClassName
{
color: #8AFE07;
}
.AnyTagClassName
{
color: #8AFE07;
}
</style>
background-color css
<style>
a { background-color: #8AFE07; }
a { background-color: rgb(138,254,7); }
div.DivClassName
{
background-color: #8AFE07;
}
.BgClassName
{
background-color: #8AFE07;
}
</style>
border-color css
<style>
span { border-color: #8AFE07; }
span { border-color: rgb(138,254,7); }
td.TdClassName
{
border-color: #8AFE07;
}
.TagClassName
{
border-color: #8AFE07;
}
</style>