Shades of Citron #8AA710
Tints of Citron #8AA710
RGB
CMYK
RGB Variations
Color information
#8AA710 (or 0x8AA710) is known color: Citron. HEX triplet: 8A, A7 and 10. RGB value is (138,167,16). Sum of RGB (Red+Green+Blue) = 138+167+16=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA710 is #7558EF. Grayscale: #8D8D8D. Windows color (decimal): -7690480 or 1091466. OLE color: 1091466.
HSL color Cylindrical-coordinate representation of color #8AA710: hue angle of 71.52º degrees, saturation: 0.83, 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 #8AA710 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 167 | 16 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.35 |
| HSL | 71.52º | 0.83% | 0.36% | - |
| HSV(B) | 71.52º | 0.9% | 0.65% | - |
| XYZ | 24.39 | 33.08 | 5.59 | - |
| YUV | 141.12 | 57.39 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 16 | 0.17 | 0 | 0.90 | 0.35 | 71.52 | 0.83 | 0.36 |
| Hex | 8A | A7 | 10 | 11 | 0 | 5A | 23 | 48 | 53 | 24 |
| Octal | 212 | 247 | 20 | 21 | 0 | 132 | 43 | 110 | 123 | 44 |
| Binary | 10001010 | 10100111 | 10000 | 10001 | 0 | 1011010 | 100011 | 1001000 | 1010011 | 100100 |
Color Harmonies of #8AA710
Complementary color
Monochromatic Colors of #8AA710
Black with #8AA710
Text Example
Text Example
White with #8AA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA710; }
p { color: rgb(138,167,16); }
H1.HeaderClassName
{
color: #8AA710;
}
.AnyTagClassName
{
color: #8AA710;
}
</style>
background-color css
<style>
a { background-color: #8AA710; }
a { background-color: rgb(138,167,16); }
div.DivClassName
{
background-color: #8AA710;
}
.BgClassName
{
background-color: #8AA710;
}
</style>
border-color css
<style>
span { border-color: #8AA710; }
span { border-color: rgb(138,167,16); }
td.TdClassName
{
border-color: #8AA710;
}
.TagClassName
{
border-color: #8AA710;
}
</style>