Shades of Chartreuse #8AFE09
Tints of Chartreuse #8AFE09
RGB
CMYK
RGB Variations
Color information
#8AFE09 (or 0x8AFE09) is known color: Chartreuse. HEX triplet: 8A, FE and 09. RGB value is (138,254,9). Sum of RGB (Red+Green+Blue) = 138+254+9=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 254 (99.61% from 255 or 63.34% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFE09 is #7501F6. Grayscale: #C0C0C0. Windows color (decimal): -7668215 or 654986. OLE color: 654986.
HSL color Cylindrical-coordinate representation of color #8AFE09: hue angle of 88.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AFE09 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 9 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.00 |
| HSL | 88.41º | 0.99% | 0.52% | - |
| HSV(B) | 88.41º | 0.96% | 1% | - |
| XYZ | 45.97 | 76.31 | 12.56 | - |
| YUV | 191.39 | 25.07 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 9 | 0.46 | 0 | 0.96 | 0.00 | 88.41 | 0.99 | 0.52 |
| Hex | 8A | FE | 9 | 2E | 0 | 60 | 0 | 58 | 63 | 34 |
| Octal | 212 | 376 | 11 | 56 | 0 | 140 | 0 | 130 | 143 | 64 |
| Binary | 10001010 | 11111110 | 1001 | 101110 | 0 | 1100000 | 0 | 1011000 | 1100011 | 110100 |
Color Harmonies of #8AFE09
Complementary color
Monochromatic Colors of #8AFE09
Black with #8AFE09
Text Example
Text Example
White with #8AFE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE09; }
p { color: rgb(138,254,9); }
H1.HeaderClassName
{
color: #8AFE09;
}
.AnyTagClassName
{
color: #8AFE09;
}
</style>
background-color css
<style>
a { background-color: #8AFE09; }
a { background-color: rgb(138,254,9); }
div.DivClassName
{
background-color: #8AFE09;
}
.BgClassName
{
background-color: #8AFE09;
}
</style>
border-color css
<style>
span { border-color: #8AFE09; }
span { border-color: rgb(138,254,9); }
td.TdClassName
{
border-color: #8AFE09;
}
.TagClassName
{
border-color: #8AFE09;
}
</style>