Shades of Chartreuse #8AF905
Tints of Chartreuse #8AF905
RGB
CMYK
RGB Variations
Color information
#8AF905 (or 0x8AF905) is known color: Chartreuse. HEX triplet: 8A, F9 and 05. RGB value is (138,249,5). Sum of RGB (Red+Green+Blue) = 138+249+5=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 249 (97.66% from 255 or 63.52% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF905 is #7506FA. Grayscale: #BCBCBC. Windows color (decimal): -7669499 or 391562. OLE color: 391562.
HSL color Cylindrical-coordinate representation of color #8AF905: hue angle of 87.3º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AF905 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 5 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.02 |
| HSL | 87.3º | 0.96% | 0.5% | - |
| HSV(B) | 87.3º | 0.98% | 0.98% | - |
| XYZ | 44.38 | 73.17 | 11.93 | - |
| YUV | 188 | 24.73 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 5 | 0.45 | 0 | 0.98 | 0.02 | 87.3 | 0.96 | 0.5 |
| Hex | 8A | F9 | 5 | 2D | 0 | 62 | 2 | 57 | 60 | 32 |
| Octal | 212 | 371 | 5 | 55 | 0 | 142 | 2 | 127 | 140 | 62 |
| Binary | 10001010 | 11111001 | 101 | 101101 | 0 | 1100010 | 10 | 1010111 | 1100000 | 110010 |
Color Harmonies of #8AF905
Complementary color
Monochromatic Colors of #8AF905
Black with #8AF905
Text Example
Text Example
White with #8AF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF905; }
p { color: rgb(138,249,5); }
H1.HeaderClassName
{
color: #8AF905;
}
.AnyTagClassName
{
color: #8AF905;
}
</style>
background-color css
<style>
a { background-color: #8AF905; }
a { background-color: rgb(138,249,5); }
div.DivClassName
{
background-color: #8AF905;
}
.BgClassName
{
background-color: #8AF905;
}
</style>
border-color css
<style>
span { border-color: #8AF905; }
span { border-color: rgb(138,249,5); }
td.TdClassName
{
border-color: #8AF905;
}
.TagClassName
{
border-color: #8AF905;
}
</style>