Shades of Chartreuse #8BFF0A
Tints of Chartreuse #8BFF0A
RGB
CMYK
RGB Variations
Color information
#8BFF0A (or 0x8BFF0A) is known color: Chartreuse. HEX triplet: 8B, FF and 0A. RGB value is (139,255,10). Sum of RGB (Red+Green+Blue) = 139+255+10=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFF0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFF0A is #7400F5. Grayscale: #C1C1C1. Windows color (decimal): -7602422 or 720779. OLE color: 720779.
HSL color Cylindrical-coordinate representation of color #8BFF0A: hue angle of 88.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BFF0A is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 10 | - |
| CMYK | 0.45 | 0 | 0.96 | 0 |
| HSL | 88.41º | 1% | 0.52% | - |
| HSV(B) | 88.41º | 0.96% | 1% | - |
| XYZ | 46.46 | 77.03 | 12.71 | - |
| YUV | 192.39 | 25.07 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 10 | 0.45 | 0 | 0.96 | 0 | 88.41 | 1 | 0.52 |
| Hex | 8B | FF | A | 2D | 0 | 60 | 0 | 58 | 64 | 34 |
| Octal | 213 | 377 | 12 | 55 | 0 | 140 | 0 | 130 | 144 | 64 |
| Binary | 10001011 | 11111111 | 1010 | 101101 | 0 | 1100000 | 0 | 1011000 | 1100100 | 110100 |
Color Harmonies of #8BFF0A
Complementary color
Monochromatic Colors of #8BFF0A
Black with #8BFF0A
Text Example
Text Example
White with #8BFF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFF0A; }
p { color: rgb(139,255,10); }
H1.HeaderClassName
{
color: #8BFF0A;
}
.AnyTagClassName
{
color: #8BFF0A;
}
</style>
background-color css
<style>
a { background-color: #8BFF0A; }
a { background-color: rgb(139,255,10); }
div.DivClassName
{
background-color: #8BFF0A;
}
.BgClassName
{
background-color: #8BFF0A;
}
</style>
border-color css
<style>
span { border-color: #8BFF0A; }
span { border-color: rgb(139,255,10); }
td.TdClassName
{
border-color: #8BFF0A;
}
.TagClassName
{
border-color: #8BFF0A;
}
</style>