Shades of Chartreuse #8AF619
Tints of Chartreuse #8AF619
RGB
CMYK
RGB Variations
Color information
#8AF619 (or 0x8AF619) is known color: Chartreuse. HEX triplet: 8A, F6 and 19. RGB value is (138,246,25). Sum of RGB (Red+Green+Blue) = 138+246+25=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 246 (96.48% from 255 or 60.15% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF619 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF619 is #7509E6. Grayscale: #BDBDBD. Windows color (decimal): -7670247 or 1701514. OLE color: 1701514.
HSL color Cylindrical-coordinate representation of color #8AF619: hue angle of 89.32º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AF619 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 25 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.04 |
| HSL | 89.32º | 0.92% | 0.53% | - |
| HSV(B) | 89.32º | 0.9% | 0.96% | - |
| XYZ | 43.61 | 71.38 | 12.4 | - |
| YUV | 188.51 | 35.72 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 25 | 0.44 | 0 | 0.90 | 0.04 | 89.32 | 0.92 | 0.53 |
| Hex | 8A | F6 | 19 | 2C | 0 | 5A | 4 | 59 | 5C | 35 |
| Octal | 212 | 366 | 31 | 54 | 0 | 132 | 4 | 131 | 134 | 65 |
| Binary | 10001010 | 11110110 | 11001 | 101100 | 0 | 1011010 | 100 | 1011001 | 1011100 | 110101 |
Color Harmonies of #8AF619
Complementary color
Monochromatic Colors of #8AF619
Black with #8AF619
Text Example
Text Example
White with #8AF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF619; }
p { color: rgb(138,246,25); }
H1.HeaderClassName
{
color: #8AF619;
}
.AnyTagClassName
{
color: #8AF619;
}
</style>
background-color css
<style>
a { background-color: #8AF619; }
a { background-color: rgb(138,246,25); }
div.DivClassName
{
background-color: #8AF619;
}
.BgClassName
{
background-color: #8AF619;
}
</style>
border-color css
<style>
span { border-color: #8AF619; }
span { border-color: rgb(138,246,25); }
td.TdClassName
{
border-color: #8AF619;
}
.TagClassName
{
border-color: #8AF619;
}
</style>