Shades of Chartreuse #8AF81B
Tints of Chartreuse #8AF81B
RGB
CMYK
RGB Variations
Color information
#8AF81B (or 0x8AF81B) is known color: Chartreuse. HEX triplet: 8A, F8 and 1B. RGB value is (138,248,27). Sum of RGB (Red+Green+Blue) = 138+248+27=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF81B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF81B is #7507E4. Grayscale: #BEBEBE. Windows color (decimal): -7669733 or 1833098. OLE color: 1833098.
HSL color Cylindrical-coordinate representation of color #8AF81B: hue angle of 89.86º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AF81B is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 27 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.03 |
| HSL | 89.86º | 0.94% | 0.54% | - |
| HSV(B) | 89.86º | 0.89% | 0.97% | - |
| XYZ | 44.25 | 72.62 | 12.72 | - |
| YUV | 189.92 | 36.06 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 27 | 0.44 | 0 | 0.89 | 0.03 | 89.86 | 0.94 | 0.54 |
| Hex | 8A | F8 | 1B | 2C | 0 | 59 | 3 | 5A | 5E | 36 |
| Octal | 212 | 370 | 33 | 54 | 0 | 131 | 3 | 132 | 136 | 66 |
| Binary | 10001010 | 11111000 | 11011 | 101100 | 0 | 1011001 | 11 | 1011010 | 1011110 | 110110 |
Color Harmonies of #8AF81B
Complementary color
Monochromatic Colors of #8AF81B
Black with #8AF81B
Text Example
Text Example
White with #8AF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF81B; }
p { color: rgb(138,248,27); }
H1.HeaderClassName
{
color: #8AF81B;
}
.AnyTagClassName
{
color: #8AF81B;
}
</style>
background-color css
<style>
a { background-color: #8AF81B; }
a { background-color: rgb(138,248,27); }
div.DivClassName
{
background-color: #8AF81B;
}
.BgClassName
{
background-color: #8AF81B;
}
</style>
border-color css
<style>
span { border-color: #8AF81B; }
span { border-color: rgb(138,248,27); }
td.TdClassName
{
border-color: #8AF81B;
}
.TagClassName
{
border-color: #8AF81B;
}
</style>