Shades of Chartreuse #8AFF04
Tints of Chartreuse #8AFF04
RGB
CMYK
RGB Variations
Color information
#8AFF04 (or 0x8AFF04) is known color: Chartreuse. HEX triplet: 8A, FF and 04. RGB value is (138,255,4). Sum of RGB (Red+Green+Blue) = 138+255+4=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF04 is #7500FB. Grayscale: #C0C0C0. Windows color (decimal): -7667964 or 327562. OLE color: 327562.
HSL color Cylindrical-coordinate representation of color #8AFF04: hue angle of 87.97º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AFF04 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0 |
| HSL | 87.97º | 1% | 0.51% | - |
| HSV(B) | 87.97º | 0.98% | 1% | - |
| XYZ | 46.26 | 76.93 | 12.53 | - |
| YUV | 191.4 | 22.24 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 4 | 0.46 | 0 | 0.98 | 0 | 87.97 | 1 | 0.51 |
| Hex | 8A | FF | 4 | 2E | 0 | 62 | 0 | 58 | 64 | 33 |
| Octal | 212 | 377 | 4 | 56 | 0 | 142 | 0 | 130 | 144 | 63 |
| Binary | 10001010 | 11111111 | 100 | 101110 | 0 | 1100010 | 0 | 1011000 | 1100100 | 110011 |
Color Harmonies of #8AFF04
Complementary color
Monochromatic Colors of #8AFF04
Black with #8AFF04
Text Example
Text Example
White with #8AFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF04; }
p { color: rgb(138,255,4); }
H1.HeaderClassName
{
color: #8AFF04;
}
.AnyTagClassName
{
color: #8AFF04;
}
</style>
background-color css
<style>
a { background-color: #8AFF04; }
a { background-color: rgb(138,255,4); }
div.DivClassName
{
background-color: #8AFF04;
}
.BgClassName
{
background-color: #8AFF04;
}
</style>
border-color css
<style>
span { border-color: #8AFF04; }
span { border-color: rgb(138,255,4); }
td.TdClassName
{
border-color: #8AFF04;
}
.TagClassName
{
border-color: #8AFF04;
}
</style>