Shades of Citron #8BA40E
Tints of Citron #8BA40E
RGB
CMYK
RGB Variations
Color information
#8BA40E (or 0x8BA40E) is known color: Citron. HEX triplet: 8B, A4 and 0E. RGB value is (139,164,14). Sum of RGB (Red+Green+Blue) = 139+164+14=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA40E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA40E is #745BF1. Grayscale: #8B8B8B. Windows color (decimal): -7625714 or 959627. OLE color: 959627.
HSL color Cylindrical-coordinate representation of color #8BA40E: hue angle of 70º 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 #8BA40E is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 14 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.36 |
| HSL | 70º | 0.84% | 0.35% | - |
| HSV(B) | 70º | 0.91% | 0.64% | - |
| XYZ | 24 | 32.07 | 5.34 | - |
| YUV | 139.43 | 57.22 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 14 | 0.15 | 0 | 0.91 | 0.36 | 70 | 0.84 | 0.35 |
| Hex | 8B | A4 | E | F | 0 | 5B | 24 | 46 | 54 | 23 |
| Octal | 213 | 244 | 16 | 17 | 0 | 133 | 44 | 106 | 124 | 43 |
| Binary | 10001011 | 10100100 | 1110 | 1111 | 0 | 1011011 | 100100 | 1000110 | 1010100 | 100011 |
Color Harmonies of #8BA40E
Complementary color
Monochromatic Colors of #8BA40E
Black with #8BA40E
Text Example
Text Example
White with #8BA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA40E; }
p { color: rgb(139,164,14); }
H1.HeaderClassName
{
color: #8BA40E;
}
.AnyTagClassName
{
color: #8BA40E;
}
</style>
background-color css
<style>
a { background-color: #8BA40E; }
a { background-color: rgb(139,164,14); }
div.DivClassName
{
background-color: #8BA40E;
}
.BgClassName
{
background-color: #8BA40E;
}
</style>
border-color css
<style>
span { border-color: #8BA40E; }
span { border-color: rgb(139,164,14); }
td.TdClassName
{
border-color: #8BA40E;
}
.TagClassName
{
border-color: #8BA40E;
}
</style>