Shades of Chartreuse #8AFA1E
Tints of Chartreuse #8AFA1E
RGB
CMYK
RGB Variations
Color information
#8AFA1E (or 0x8AFA1E) is known color: Chartreuse. HEX triplet: 8A, FA and 1E. RGB value is (138,250,30). Sum of RGB (Red+Green+Blue) = 138+250+30=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 250 (98.05% from 255 or 59.81% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFA1E is #7505E1. Grayscale: #C0C0C0. Windows color (decimal): -7669218 or 2030218. OLE color: 2030218.
HSL color Cylindrical-coordinate representation of color #8AFA1E: hue angle of 90.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AFA1E is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 30 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.02 |
| HSL | 90.55º | 0.96% | 0.55% | - |
| HSV(B) | 90.55º | 0.88% | 0.98% | - |
| XYZ | 44.9 | 73.87 | 13.12 | - |
| YUV | 191.43 | 36.89 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 30 | 0.45 | 0 | 0.88 | 0.02 | 90.55 | 0.96 | 0.55 |
| Hex | 8A | FA | 1E | 2D | 0 | 58 | 2 | 5B | 60 | 37 |
| Octal | 212 | 372 | 36 | 55 | 0 | 130 | 2 | 133 | 140 | 67 |
| Binary | 10001010 | 11111010 | 11110 | 101101 | 0 | 1011000 | 10 | 1011011 | 1100000 | 110111 |
Color Harmonies of #8AFA1E
Complementary color
Monochromatic Colors of #8AFA1E
Black with #8AFA1E
Text Example
Text Example
White with #8AFA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFA1E; }
p { color: rgb(138,250,30); }
H1.HeaderClassName
{
color: #8AFA1E;
}
.AnyTagClassName
{
color: #8AFA1E;
}
</style>
background-color css
<style>
a { background-color: #8AFA1E; }
a { background-color: rgb(138,250,30); }
div.DivClassName
{
background-color: #8AFA1E;
}
.BgClassName
{
background-color: #8AFA1E;
}
</style>
border-color css
<style>
span { border-color: #8AFA1E; }
span { border-color: rgb(138,250,30); }
td.TdClassName
{
border-color: #8AFA1E;
}
.TagClassName
{
border-color: #8AFA1E;
}
</style>