Shades of Citron #8AA124
Tints of Citron #8AA124
RGB
CMYK
RGB Variations
Color information
#8AA124 (or 0x8AA124) is known color: Citron. HEX triplet: 8A, A1 and 24. RGB value is (138,161,36). Sum of RGB (Red+Green+Blue) = 138+161+36=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA124 is #755EDB. Grayscale: #8C8C8C. Windows color (decimal): -7691996 or 2400650. OLE color: 2400650.
HSL color Cylindrical-coordinate representation of color #8AA124: hue angle of 71.04º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AA124 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 36 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.37 |
| HSL | 71.04º | 0.63% | 0.39% | - |
| HSV(B) | 71.04º | 0.78% | 0.63% | - |
| XYZ | 23.54 | 31.02 | 6.42 | - |
| YUV | 139.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 36 | 0.14 | 0 | 0.78 | 0.37 | 71.04 | 0.63 | 0.39 |
| Hex | 8A | A1 | 24 | E | 0 | 4E | 25 | 47 | 3F | 27 |
| Octal | 212 | 241 | 44 | 16 | 0 | 116 | 45 | 107 | 77 | 47 |
| Binary | 10001010 | 10100001 | 100100 | 1110 | 0 | 1001110 | 100101 | 1000111 | 111111 | 100111 |
Color Harmonies of #8AA124
Complementary color
Monochromatic Colors of #8AA124
Black with #8AA124
Text Example
Text Example
White with #8AA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA124; }
p { color: rgb(138,161,36); }
H1.HeaderClassName
{
color: #8AA124;
}
.AnyTagClassName
{
color: #8AA124;
}
</style>
background-color css
<style>
a { background-color: #8AA124; }
a { background-color: rgb(138,161,36); }
div.DivClassName
{
background-color: #8AA124;
}
.BgClassName
{
background-color: #8AA124;
}
</style>
border-color css
<style>
span { border-color: #8AA124; }
span { border-color: rgb(138,161,36); }
td.TdClassName
{
border-color: #8AA124;
}
.TagClassName
{
border-color: #8AA124;
}
</style>