Shades of Citron #8AA511
Tints of Citron #8AA511
RGB
CMYK
RGB Variations
Color information
#8AA511 (or 0x8AA511) is known color: Citron. HEX triplet: 8A, A5 and 11. RGB value is (138,165,17). Sum of RGB (Red+Green+Blue) = 138+165+17=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA511 is #755AEE. Grayscale: #8C8C8C. Windows color (decimal): -7690991 or 1156490. OLE color: 1156490.
HSL color Cylindrical-coordinate representation of color #8AA511: hue angle of 70.95º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AA511 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 17 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.35 |
| HSL | 70.95º | 0.81% | 0.36% | - |
| HSV(B) | 70.95º | 0.9% | 0.65% | - |
| XYZ | 24.04 | 32.35 | 5.51 | - |
| YUV | 140.06 | 58.55 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 17 | 0.16 | 0 | 0.90 | 0.35 | 70.95 | 0.81 | 0.36 |
| Hex | 8A | A5 | 11 | 10 | 0 | 5A | 23 | 47 | 51 | 24 |
| Octal | 212 | 245 | 21 | 20 | 0 | 132 | 43 | 107 | 121 | 44 |
| Binary | 10001010 | 10100101 | 10001 | 10000 | 0 | 1011010 | 100011 | 1000111 | 1010001 | 100100 |
Color Harmonies of #8AA511
Complementary color
Monochromatic Colors of #8AA511
Black with #8AA511
Text Example
Text Example
White with #8AA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA511; }
p { color: rgb(138,165,17); }
H1.HeaderClassName
{
color: #8AA511;
}
.AnyTagClassName
{
color: #8AA511;
}
</style>
background-color css
<style>
a { background-color: #8AA511; }
a { background-color: rgb(138,165,17); }
div.DivClassName
{
background-color: #8AA511;
}
.BgClassName
{
background-color: #8AA511;
}
</style>
border-color css
<style>
span { border-color: #8AA511; }
span { border-color: rgb(138,165,17); }
td.TdClassName
{
border-color: #8AA511;
}
.TagClassName
{
border-color: #8AA511;
}
</style>