Shades of Citron #8AA122
Tints of Citron #8AA122
RGB
CMYK
RGB Variations
Color information
#8AA122 (or 0x8AA122) is known color: Citron. HEX triplet: 8A, A1 and 22. RGB value is (138,161,34). Sum of RGB (Red+Green+Blue) = 138+161+34=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA122 is #755EDD. Grayscale: #8C8C8C. Windows color (decimal): -7691998 or 2269578. OLE color: 2269578.
HSL color Cylindrical-coordinate representation of color #8AA122: hue angle of 70.87º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AA122 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 34 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.37 |
| HSL | 70.87º | 0.65% | 0.38% | - |
| HSV(B) | 70.87º | 0.79% | 0.63% | - |
| XYZ | 23.51 | 31.01 | 6.26 | - |
| YUV | 139.65 | 68.38 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 34 | 0.14 | 0 | 0.79 | 0.37 | 70.87 | 0.65 | 0.38 |
| Hex | 8A | A1 | 22 | E | 0 | 4F | 25 | 47 | 41 | 26 |
| Octal | 212 | 241 | 42 | 16 | 0 | 117 | 45 | 107 | 101 | 46 |
| Binary | 10001010 | 10100001 | 100010 | 1110 | 0 | 1001111 | 100101 | 1000111 | 1000001 | 100110 |
Color Harmonies of #8AA122
Complementary color
Monochromatic Colors of #8AA122
Black with #8AA122
Text Example
Text Example
White with #8AA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA122; }
p { color: rgb(138,161,34); }
H1.HeaderClassName
{
color: #8AA122;
}
.AnyTagClassName
{
color: #8AA122;
}
</style>
background-color css
<style>
a { background-color: #8AA122; }
a { background-color: rgb(138,161,34); }
div.DivClassName
{
background-color: #8AA122;
}
.BgClassName
{
background-color: #8AA122;
}
</style>
border-color css
<style>
span { border-color: #8AA122; }
span { border-color: rgb(138,161,34); }
td.TdClassName
{
border-color: #8AA122;
}
.TagClassName
{
border-color: #8AA122;
}
</style>