Shades of Citron #8DA021
Tints of Citron #8DA021
RGB
CMYK
RGB Variations
Color information
#8DA021 (or 0x8DA021) is known color: Citron. HEX triplet: 8D, A0 and 21. RGB value is (141,160,33). Sum of RGB (Red+Green+Blue) = 141+160+33=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA021 is #725FDE. Grayscale: #8C8C8C. Windows color (decimal): -7495647 or 2203789. OLE color: 2203789.
HSL color Cylindrical-coordinate representation of color #8DA021: hue angle of 68.98º degrees, saturation: 0.66, 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 #8DA021 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 33 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.37 |
| HSL | 68.98º | 0.66% | 0.38% | - |
| HSV(B) | 68.98º | 0.79% | 0.63% | - |
| XYZ | 23.83 | 30.91 | 6.15 | - |
| YUV | 139.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 33 | 0.12 | 0 | 0.79 | 0.37 | 68.98 | 0.66 | 0.38 |
| Hex | 8D | A0 | 21 | C | 0 | 4F | 25 | 45 | 42 | 26 |
| Octal | 215 | 240 | 41 | 14 | 0 | 117 | 45 | 105 | 102 | 46 |
| Binary | 10001101 | 10100000 | 100001 | 1100 | 0 | 1001111 | 100101 | 1000101 | 1000010 | 100110 |
Color Harmonies of #8DA021
Complementary color
Monochromatic Colors of #8DA021
Black with #8DA021
Text Example
Text Example
White with #8DA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA021; }
p { color: rgb(141,160,33); }
H1.HeaderClassName
{
color: #8DA021;
}
.AnyTagClassName
{
color: #8DA021;
}
</style>
background-color css
<style>
a { background-color: #8DA021; }
a { background-color: rgb(141,160,33); }
div.DivClassName
{
background-color: #8DA021;
}
.BgClassName
{
background-color: #8DA021;
}
</style>
border-color css
<style>
span { border-color: #8DA021; }
span { border-color: rgb(141,160,33); }
td.TdClassName
{
border-color: #8DA021;
}
.TagClassName
{
border-color: #8DA021;
}
</style>