Shades of Citron #8AA516
Tints of Citron #8AA516
RGB
CMYK
RGB Variations
Color information
#8AA516 (or 0x8AA516) is known color: Citron. HEX triplet: 8A, A5 and 16. RGB value is (138,165,22). Sum of RGB (Red+Green+Blue) = 138+165+22=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA516 is #755AE9. Grayscale: #8D8D8D. Windows color (decimal): -7690986 or 1484170. OLE color: 1484170.
HSL color Cylindrical-coordinate representation of color #8AA516: hue angle of 71.33º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AA516 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 22 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.35 |
| HSL | 71.33º | 0.76% | 0.37% | - |
| HSV(B) | 71.33º | 0.87% | 0.65% | - |
| XYZ | 24.08 | 32.37 | 5.74 | - |
| YUV | 140.63 | 61.05 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 22 | 0.16 | 0 | 0.87 | 0.35 | 71.33 | 0.76 | 0.37 |
| Hex | 8A | A5 | 16 | 10 | 0 | 57 | 23 | 47 | 4C | 25 |
| Octal | 212 | 245 | 26 | 20 | 0 | 127 | 43 | 107 | 114 | 45 |
| Binary | 10001010 | 10100101 | 10110 | 10000 | 0 | 1010111 | 100011 | 1000111 | 1001100 | 100101 |
Color Harmonies of #8AA516
Complementary color
Monochromatic Colors of #8AA516
Black with #8AA516
Text Example
Text Example
White with #8AA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA516; }
p { color: rgb(138,165,22); }
H1.HeaderClassName
{
color: #8AA516;
}
.AnyTagClassName
{
color: #8AA516;
}
</style>
background-color css
<style>
a { background-color: #8AA516; }
a { background-color: rgb(138,165,22); }
div.DivClassName
{
background-color: #8AA516;
}
.BgClassName
{
background-color: #8AA516;
}
</style>
border-color css
<style>
span { border-color: #8AA516; }
span { border-color: rgb(138,165,22); }
td.TdClassName
{
border-color: #8AA516;
}
.TagClassName
{
border-color: #8AA516;
}
</style>