Shades of Chartreuse #8AFB0D
Tints of Chartreuse #8AFB0D
RGB
CMYK
RGB Variations
Color information
#8AFB0D (or 0x8AFB0D) is known color: Chartreuse. HEX triplet: 8A, FB and 0D. RGB value is (138,251,13). Sum of RGB (Red+Green+Blue) = 138+251+13=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 251 (98.44% from 255 or 62.44% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFB0D is #7504F2. Grayscale: #BEBEBE. Windows color (decimal): -7668979 or 916362. OLE color: 916362.
HSL color Cylindrical-coordinate representation of color #8AFB0D: hue angle of 88.49º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AFB0D is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 13 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.02 |
| HSL | 88.49º | 0.97% | 0.52% | - |
| HSV(B) | 88.49º | 0.95% | 0.98% | - |
| XYZ | 45.05 | 74.43 | 12.37 | - |
| YUV | 190.08 | 28.06 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 13 | 0.45 | 0 | 0.95 | 0.02 | 88.49 | 0.97 | 0.52 |
| Hex | 8A | FB | D | 2D | 0 | 5F | 2 | 58 | 61 | 34 |
| Octal | 212 | 373 | 15 | 55 | 0 | 137 | 2 | 130 | 141 | 64 |
| Binary | 10001010 | 11111011 | 1101 | 101101 | 0 | 1011111 | 10 | 1011000 | 1100001 | 110100 |
Color Harmonies of #8AFB0D
Complementary color
Monochromatic Colors of #8AFB0D
Black with #8AFB0D
Text Example
Text Example
White with #8AFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFB0D; }
p { color: rgb(138,251,13); }
H1.HeaderClassName
{
color: #8AFB0D;
}
.AnyTagClassName
{
color: #8AFB0D;
}
</style>
background-color css
<style>
a { background-color: #8AFB0D; }
a { background-color: rgb(138,251,13); }
div.DivClassName
{
background-color: #8AFB0D;
}
.BgClassName
{
background-color: #8AFB0D;
}
</style>
border-color css
<style>
span { border-color: #8AFB0D; }
span { border-color: rgb(138,251,13); }
td.TdClassName
{
border-color: #8AFB0D;
}
.TagClassName
{
border-color: #8AFB0D;
}
</style>