Shades of Chartreuse #8AF80B
Tints of Chartreuse #8AF80B
RGB
CMYK
RGB Variations
Color information
#8AF80B (or 0x8AF80B) is known color: Chartreuse. HEX triplet: 8A, F8 and 0B. RGB value is (138,248,11). Sum of RGB (Red+Green+Blue) = 138+248+11=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 248 (97.27% from 255 or 62.47% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF80B is #7507F4. Grayscale: #BCBCBC. Windows color (decimal): -7669749 or 784522. OLE color: 784522.
HSL color Cylindrical-coordinate representation of color #8AF80B: hue angle of 87.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AF80B is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 11 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.03 |
| HSL | 87.85º | 0.94% | 0.51% | - |
| HSV(B) | 87.85º | 0.96% | 0.97% | - |
| XYZ | 44.11 | 72.56 | 12 | - |
| YUV | 188.09 | 28.06 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 11 | 0.44 | 0 | 0.96 | 0.03 | 87.85 | 0.94 | 0.51 |
| Hex | 8A | F8 | B | 2C | 0 | 60 | 3 | 58 | 5E | 33 |
| Octal | 212 | 370 | 13 | 54 | 0 | 140 | 3 | 130 | 136 | 63 |
| Binary | 10001010 | 11111000 | 1011 | 101100 | 0 | 1100000 | 11 | 1011000 | 1011110 | 110011 |
Color Harmonies of #8AF80B
Complementary color
Monochromatic Colors of #8AF80B
Black with #8AF80B
Text Example
Text Example
White with #8AF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF80B; }
p { color: rgb(138,248,11); }
H1.HeaderClassName
{
color: #8AF80B;
}
.AnyTagClassName
{
color: #8AF80B;
}
</style>
background-color css
<style>
a { background-color: #8AF80B; }
a { background-color: rgb(138,248,11); }
div.DivClassName
{
background-color: #8AF80B;
}
.BgClassName
{
background-color: #8AF80B;
}
</style>
border-color css
<style>
span { border-color: #8AF80B; }
span { border-color: rgb(138,248,11); }
td.TdClassName
{
border-color: #8AF80B;
}
.TagClassName
{
border-color: #8AF80B;
}
</style>