Shades of Citron #8BA20E
Tints of Citron #8BA20E
RGB
CMYK
RGB Variations
Color information
#8BA20E (or 0x8BA20E) is known color: Citron. HEX triplet: 8B, A2 and 0E. RGB value is (139,162,14). Sum of RGB (Red+Green+Blue) = 139+162+14=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA20E is #745DF1. Grayscale: #8A8A8A. Windows color (decimal): -7626226 or 959115. OLE color: 959115.
HSL color Cylindrical-coordinate representation of color #8BA20E: hue angle of 69.32º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BA20E is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 14 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.36 |
| HSL | 69.32º | 0.84% | 0.35% | - |
| HSV(B) | 69.32º | 0.91% | 0.64% | - |
| XYZ | 23.65 | 31.36 | 5.22 | - |
| YUV | 138.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 14 | 0.14 | 0 | 0.91 | 0.36 | 69.32 | 0.84 | 0.35 |
| Hex | 8B | A2 | E | E | 0 | 5B | 24 | 45 | 54 | 23 |
| Octal | 213 | 242 | 16 | 16 | 0 | 133 | 44 | 105 | 124 | 43 |
| Binary | 10001011 | 10100010 | 1110 | 1110 | 0 | 1011011 | 100100 | 1000101 | 1010100 | 100011 |
Color Harmonies of #8BA20E
Complementary color
Monochromatic Colors of #8BA20E
Black with #8BA20E
Text Example
Text Example
White with #8BA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA20E; }
p { color: rgb(139,162,14); }
H1.HeaderClassName
{
color: #8BA20E;
}
.AnyTagClassName
{
color: #8BA20E;
}
</style>
background-color css
<style>
a { background-color: #8BA20E; }
a { background-color: rgb(139,162,14); }
div.DivClassName
{
background-color: #8BA20E;
}
.BgClassName
{
background-color: #8BA20E;
}
</style>
border-color css
<style>
span { border-color: #8BA20E; }
span { border-color: rgb(139,162,14); }
td.TdClassName
{
border-color: #8BA20E;
}
.TagClassName
{
border-color: #8BA20E;
}
</style>