Shades of Chartreuse #8AFB1E
Tints of Chartreuse #8AFB1E
RGB
CMYK
RGB Variations
Color information
#8AFB1E (or 0x8AFB1E) is known color: Chartreuse. HEX triplet: 8A, FB and 1E. RGB value is (138,251,30). Sum of RGB (Red+Green+Blue) = 138+251+30=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 251 (98.44% from 255 or 59.90% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFB1E is #7504E1. Grayscale: #C0C0C0. Windows color (decimal): -7668962 or 2030474. OLE color: 2030474.
HSL color Cylindrical-coordinate representation of color #8AFB1E: hue angle of 90.68º degrees, saturation: 0.97, 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 #8AFB1E is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 30 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.02 |
| HSL | 90.68º | 0.97% | 0.55% | - |
| HSV(B) | 90.68º | 0.88% | 0.98% | - |
| XYZ | 45.21 | 74.49 | 13.22 | - |
| YUV | 192.02 | 36.56 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 30 | 0.45 | 0 | 0.88 | 0.02 | 90.68 | 0.97 | 0.55 |
| Hex | 8A | FB | 1E | 2D | 0 | 58 | 2 | 5B | 61 | 37 |
| Octal | 212 | 373 | 36 | 55 | 0 | 130 | 2 | 133 | 141 | 67 |
| Binary | 10001010 | 11111011 | 11110 | 101101 | 0 | 1011000 | 10 | 1011011 | 1100001 | 110111 |
Color Harmonies of #8AFB1E
Complementary color
Monochromatic Colors of #8AFB1E
Black with #8AFB1E
Text Example
Text Example
White with #8AFB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFB1E; }
p { color: rgb(138,251,30); }
H1.HeaderClassName
{
color: #8AFB1E;
}
.AnyTagClassName
{
color: #8AFB1E;
}
</style>
background-color css
<style>
a { background-color: #8AFB1E; }
a { background-color: rgb(138,251,30); }
div.DivClassName
{
background-color: #8AFB1E;
}
.BgClassName
{
background-color: #8AFB1E;
}
</style>
border-color css
<style>
span { border-color: #8AFB1E; }
span { border-color: rgb(138,251,30); }
td.TdClassName
{
border-color: #8AFB1E;
}
.TagClassName
{
border-color: #8AFB1E;
}
</style>