Shades of Citron #8AA50E
Tints of Citron #8AA50E
RGB
CMYK
RGB Variations
Color information
#8AA50E (or 0x8AA50E) is known color: Citron. HEX triplet: 8A, A5 and 0E. RGB value is (138,165,14). Sum of RGB (Red+Green+Blue) = 138+165+14=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA50E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA50E is #755AF1. Grayscale: #8C8C8C. Windows color (decimal): -7690994 or 959882. OLE color: 959882.
HSL color Cylindrical-coordinate representation of color #8AA50E: hue angle of 70.73º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AA50E is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 14 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.35 |
| HSL | 70.73º | 0.84% | 0.35% | - |
| HSV(B) | 70.73º | 0.92% | 0.65% | - |
| XYZ | 24.02 | 32.35 | 5.39 | - |
| YUV | 139.71 | 57.05 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 14 | 0.16 | 0 | 0.92 | 0.35 | 70.73 | 0.84 | 0.35 |
| Hex | 8A | A5 | E | 10 | 0 | 5C | 23 | 47 | 54 | 23 |
| Octal | 212 | 245 | 16 | 20 | 0 | 134 | 43 | 107 | 124 | 43 |
| Binary | 10001010 | 10100101 | 1110 | 10000 | 0 | 1011100 | 100011 | 1000111 | 1010100 | 100011 |
Color Harmonies of #8AA50E
Complementary color
Monochromatic Colors of #8AA50E
Black with #8AA50E
Text Example
Text Example
White with #8AA50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA50E; }
p { color: rgb(138,165,14); }
H1.HeaderClassName
{
color: #8AA50E;
}
.AnyTagClassName
{
color: #8AA50E;
}
</style>
background-color css
<style>
a { background-color: #8AA50E; }
a { background-color: rgb(138,165,14); }
div.DivClassName
{
background-color: #8AA50E;
}
.BgClassName
{
background-color: #8AA50E;
}
</style>
border-color css
<style>
span { border-color: #8AA50E; }
span { border-color: rgb(138,165,14); }
td.TdClassName
{
border-color: #8AA50E;
}
.TagClassName
{
border-color: #8AA50E;
}
</style>