Shades of Citron #8AA125
Tints of Citron #8AA125
RGB
CMYK
RGB Variations
Color information
#8AA125 (or 0x8AA125) is known color: Citron. HEX triplet: 8A, A1 and 25. RGB value is (138,161,37). Sum of RGB (Red+Green+Blue) = 138+161+37=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA125 is #755EDA. Grayscale: #8C8C8C. Windows color (decimal): -7691995 or 2466186. OLE color: 2466186.
HSL color Cylindrical-coordinate representation of color #8AA125: hue angle of 71.13º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AA125 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 37 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.37 |
| HSL | 71.13º | 0.63% | 0.39% | - |
| HSV(B) | 71.13º | 0.77% | 0.63% | - |
| XYZ | 23.56 | 31.03 | 6.5 | - |
| YUV | 139.99 | 69.88 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 37 | 0.14 | 0 | 0.77 | 0.37 | 71.13 | 0.63 | 0.39 |
| Hex | 8A | A1 | 25 | E | 0 | 4D | 25 | 47 | 3F | 27 |
| Octal | 212 | 241 | 45 | 16 | 0 | 115 | 45 | 107 | 77 | 47 |
| Binary | 10001010 | 10100001 | 100101 | 1110 | 0 | 1001101 | 100101 | 1000111 | 111111 | 100111 |
Color Harmonies of #8AA125
Complementary color
Monochromatic Colors of #8AA125
Black with #8AA125
Text Example
Text Example
White with #8AA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA125; }
p { color: rgb(138,161,37); }
H1.HeaderClassName
{
color: #8AA125;
}
.AnyTagClassName
{
color: #8AA125;
}
</style>
background-color css
<style>
a { background-color: #8AA125; }
a { background-color: rgb(138,161,37); }
div.DivClassName
{
background-color: #8AA125;
}
.BgClassName
{
background-color: #8AA125;
}
</style>
border-color css
<style>
span { border-color: #8AA125; }
span { border-color: rgb(138,161,37); }
td.TdClassName
{
border-color: #8AA125;
}
.TagClassName
{
border-color: #8AA125;
}
</style>