Shades of Citron #8AA11D
Tints of Citron #8AA11D
RGB
CMYK
RGB Variations
Color information
#8AA11D (or 0x8AA11D) is known color: Citron. HEX triplet: 8A, A1 and 1D. RGB value is (138,161,29). Sum of RGB (Red+Green+Blue) = 138+161+29=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA11D is #755EE2. Grayscale: #8B8B8B. Windows color (decimal): -7692003 or 1941898. OLE color: 1941898.
HSL color Cylindrical-coordinate representation of color #8AA11D: hue angle of 70.45º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AA11D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 29 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.37 |
| HSL | 70.45º | 0.69% | 0.37% | - |
| HSV(B) | 70.45º | 0.82% | 0.63% | - |
| XYZ | 23.45 | 30.98 | 5.91 | - |
| YUV | 139.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 29 | 0.14 | 0 | 0.82 | 0.37 | 70.45 | 0.69 | 0.37 |
| Hex | 8A | A1 | 1D | E | 0 | 52 | 25 | 46 | 45 | 25 |
| Octal | 212 | 241 | 35 | 16 | 0 | 122 | 45 | 106 | 105 | 45 |
| Binary | 10001010 | 10100001 | 11101 | 1110 | 0 | 1010010 | 100101 | 1000110 | 1000101 | 100101 |
Color Harmonies of #8AA11D
Complementary color
Monochromatic Colors of #8AA11D
Black with #8AA11D
Text Example
Text Example
White with #8AA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA11D; }
p { color: rgb(138,161,29); }
H1.HeaderClassName
{
color: #8AA11D;
}
.AnyTagClassName
{
color: #8AA11D;
}
</style>
background-color css
<style>
a { background-color: #8AA11D; }
a { background-color: rgb(138,161,29); }
div.DivClassName
{
background-color: #8AA11D;
}
.BgClassName
{
background-color: #8AA11D;
}
</style>
border-color css
<style>
span { border-color: #8AA11D; }
span { border-color: rgb(138,161,29); }
td.TdClassName
{
border-color: #8AA11D;
}
.TagClassName
{
border-color: #8AA11D;
}
</style>