Shades of Chartreuse #8AFB19
Tints of Chartreuse #8AFB19
RGB
CMYK
RGB Variations
Color information
#8AFB19 (or 0x8AFB19) is known color: Chartreuse. HEX triplet: 8A, FB and 19. RGB value is (138,251,25). Sum of RGB (Red+Green+Blue) = 138+251+25=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 251 (98.44% from 255 or 60.63% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFB19 is #7504E6. Grayscale: #C0C0C0. Windows color (decimal): -7668967 or 1702794. OLE color: 1702794.
HSL color Cylindrical-coordinate representation of color #8AFB19: hue angle of 90º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AFB19 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 25 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.02 |
| HSL | 90º | 0.97% | 0.54% | - |
| HSV(B) | 90º | 0.9% | 0.98% | - |
| XYZ | 45.15 | 74.47 | 12.91 | - |
| YUV | 191.45 | 34.06 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 25 | 0.45 | 0 | 0.90 | 0.02 | 90 | 0.97 | 0.54 |
| Hex | 8A | FB | 19 | 2D | 0 | 5A | 2 | 5A | 61 | 36 |
| Octal | 212 | 373 | 31 | 55 | 0 | 132 | 2 | 132 | 141 | 66 |
| Binary | 10001010 | 11111011 | 11001 | 101101 | 0 | 1011010 | 10 | 1011010 | 1100001 | 110110 |
Color Harmonies of #8AFB19
Complementary color
Monochromatic Colors of #8AFB19
Black with #8AFB19
Text Example
Text Example
White with #8AFB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFB19; }
p { color: rgb(138,251,25); }
H1.HeaderClassName
{
color: #8AFB19;
}
.AnyTagClassName
{
color: #8AFB19;
}
</style>
background-color css
<style>
a { background-color: #8AFB19; }
a { background-color: rgb(138,251,25); }
div.DivClassName
{
background-color: #8AFB19;
}
.BgClassName
{
background-color: #8AFB19;
}
</style>
border-color css
<style>
span { border-color: #8AFB19; }
span { border-color: rgb(138,251,25); }
td.TdClassName
{
border-color: #8AFB19;
}
.TagClassName
{
border-color: #8AFB19;
}
</style>