Shades of Citron #8DA11A
Tints of Citron #8DA11A
RGB
CMYK
RGB Variations
Color information
#8DA11A (or 0x8DA11A) is known color: Citron. HEX triplet: 8D, A1 and 1A. RGB value is (141,161,26). Sum of RGB (Red+Green+Blue) = 141+161+26=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA11A is #725EE5. Grayscale: #8C8C8C. Windows color (decimal): -7495398 or 1745293. OLE color: 1745293.
HSL color Cylindrical-coordinate representation of color #8DA11A: hue angle of 68.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DA11A is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 26 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.37 |
| HSL | 68.89º | 0.72% | 0.37% | - |
| HSV(B) | 68.89º | 0.84% | 0.63% | - |
| XYZ | 23.92 | 31.23 | 5.74 | - |
| YUV | 139.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 26 | 0.12 | 0 | 0.84 | 0.37 | 68.89 | 0.72 | 0.37 |
| Hex | 8D | A1 | 1A | C | 0 | 54 | 25 | 45 | 48 | 25 |
| Octal | 215 | 241 | 32 | 14 | 0 | 124 | 45 | 105 | 110 | 45 |
| Binary | 10001101 | 10100001 | 11010 | 1100 | 0 | 1010100 | 100101 | 1000101 | 1001000 | 100101 |
Color Harmonies of #8DA11A
Complementary color
Monochromatic Colors of #8DA11A
Black with #8DA11A
Text Example
Text Example
White with #8DA11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA11A; }
p { color: rgb(141,161,26); }
H1.HeaderClassName
{
color: #8DA11A;
}
.AnyTagClassName
{
color: #8DA11A;
}
</style>
background-color css
<style>
a { background-color: #8DA11A; }
a { background-color: rgb(141,161,26); }
div.DivClassName
{
background-color: #8DA11A;
}
.BgClassName
{
background-color: #8DA11A;
}
</style>
border-color css
<style>
span { border-color: #8DA11A; }
span { border-color: rgb(141,161,26); }
td.TdClassName
{
border-color: #8DA11A;
}
.TagClassName
{
border-color: #8DA11A;
}
</style>