Shades of Citron #8AA110
Tints of Citron #8AA110
RGB
CMYK
RGB Variations
Color information
#8AA110 (or 0x8AA110) is known color: Citron. HEX triplet: 8A, A1 and 10. RGB value is (138,161,16). Sum of RGB (Red+Green+Blue) = 138+161+16=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA110 is #755EEF. Grayscale: #8A8A8A. Windows color (decimal): -7692016 or 1089930. OLE color: 1089930.
HSL color Cylindrical-coordinate representation of color #8AA110: hue angle of 69.52º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AA110 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 16 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.37 |
| HSL | 69.52º | 0.82% | 0.35% | - |
| HSV(B) | 69.52º | 0.9% | 0.63% | - |
| XYZ | 23.32 | 30.93 | 5.23 | - |
| YUV | 137.59 | 59.38 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 16 | 0.14 | 0 | 0.90 | 0.37 | 69.52 | 0.82 | 0.35 |
| Hex | 8A | A1 | 10 | E | 0 | 5A | 25 | 46 | 52 | 23 |
| Octal | 212 | 241 | 20 | 16 | 0 | 132 | 45 | 106 | 122 | 43 |
| Binary | 10001010 | 10100001 | 10000 | 1110 | 0 | 1011010 | 100101 | 1000110 | 1010010 | 100011 |
Color Harmonies of #8AA110
Complementary color
Monochromatic Colors of #8AA110
Black with #8AA110
Text Example
Text Example
White with #8AA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA110; }
p { color: rgb(138,161,16); }
H1.HeaderClassName
{
color: #8AA110;
}
.AnyTagClassName
{
color: #8AA110;
}
</style>
background-color css
<style>
a { background-color: #8AA110; }
a { background-color: rgb(138,161,16); }
div.DivClassName
{
background-color: #8AA110;
}
.BgClassName
{
background-color: #8AA110;
}
</style>
border-color css
<style>
span { border-color: #8AA110; }
span { border-color: rgb(138,161,16); }
td.TdClassName
{
border-color: #8AA110;
}
.TagClassName
{
border-color: #8AA110;
}
</style>