Shades of Citron #8DA121
Tints of Citron #8DA121
RGB
CMYK
RGB Variations
Color information
#8DA121 (or 0x8DA121) is known color: Citron. HEX triplet: 8D, A1 and 21. RGB value is (141,161,33). Sum of RGB (Red+Green+Blue) = 141+161+33=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA121 is #725EDE. Grayscale: #8C8C8C. Windows color (decimal): -7495391 or 2204045. OLE color: 2204045.
HSL color Cylindrical-coordinate representation of color #8DA121: hue angle of 69.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DA121 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 33 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.37 |
| HSL | 69.38º | 0.66% | 0.38% | - |
| HSV(B) | 69.38º | 0.8% | 0.63% | - |
| XYZ | 24 | 31.26 | 6.21 | - |
| YUV | 140.43 | 67.37 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 33 | 0.12 | 0 | 0.80 | 0.37 | 69.38 | 0.66 | 0.38 |
| Hex | 8D | A1 | 21 | C | 0 | 50 | 25 | 45 | 42 | 26 |
| Octal | 215 | 241 | 41 | 14 | 0 | 120 | 45 | 105 | 102 | 46 |
| Binary | 10001101 | 10100001 | 100001 | 1100 | 0 | 1010000 | 100101 | 1000101 | 1000010 | 100110 |
Color Harmonies of #8DA121
Complementary color
Monochromatic Colors of #8DA121
Black with #8DA121
Text Example
Text Example
White with #8DA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA121; }
p { color: rgb(141,161,33); }
H1.HeaderClassName
{
color: #8DA121;
}
.AnyTagClassName
{
color: #8DA121;
}
</style>
background-color css
<style>
a { background-color: #8DA121; }
a { background-color: rgb(141,161,33); }
div.DivClassName
{
background-color: #8DA121;
}
.BgClassName
{
background-color: #8DA121;
}
</style>
border-color css
<style>
span { border-color: #8DA121; }
span { border-color: rgb(141,161,33); }
td.TdClassName
{
border-color: #8DA121;
}
.TagClassName
{
border-color: #8DA121;
}
</style>