Shades of Citron #8AA113
Tints of Citron #8AA113
RGB
CMYK
RGB Variations
Color information
#8AA113 (or 0x8AA113) is known color: Citron. HEX triplet: 8A, A1 and 13. RGB value is (138,161,19). Sum of RGB (Red+Green+Blue) = 138+161+19=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA113 is #755EEC. Grayscale: #8A8A8A. Windows color (decimal): -7692013 or 1286538. OLE color: 1286538.
HSL color Cylindrical-coordinate representation of color #8AA113: hue angle of 69.72º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AA113 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 19 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.37 |
| HSL | 69.72º | 0.79% | 0.35% | - |
| HSV(B) | 69.72º | 0.88% | 0.63% | - |
| XYZ | 23.34 | 30.94 | 5.36 | - |
| YUV | 137.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 19 | 0.14 | 0 | 0.88 | 0.37 | 69.72 | 0.79 | 0.35 |
| Hex | 8A | A1 | 13 | E | 0 | 58 | 25 | 46 | 4F | 23 |
| Octal | 212 | 241 | 23 | 16 | 0 | 130 | 45 | 106 | 117 | 43 |
| Binary | 10001010 | 10100001 | 10011 | 1110 | 0 | 1011000 | 100101 | 1000110 | 1001111 | 100011 |
Color Harmonies of #8AA113
Complementary color
Monochromatic Colors of #8AA113
Black with #8AA113
Text Example
Text Example
White with #8AA113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA113; }
p { color: rgb(138,161,19); }
H1.HeaderClassName
{
color: #8AA113;
}
.AnyTagClassName
{
color: #8AA113;
}
</style>
background-color css
<style>
a { background-color: #8AA113; }
a { background-color: rgb(138,161,19); }
div.DivClassName
{
background-color: #8AA113;
}
.BgClassName
{
background-color: #8AA113;
}
</style>
border-color css
<style>
span { border-color: #8AA113; }
span { border-color: rgb(138,161,19); }
td.TdClassName
{
border-color: #8AA113;
}
.TagClassName
{
border-color: #8AA113;
}
</style>