Shades of Citron #8DA320
Tints of Citron #8DA320
RGB
CMYK
RGB Variations
Color information
#8DA320 (or 0x8DA320) is known color: Citron. HEX triplet: 8D, A3 and 20. RGB value is (141,163,32). Sum of RGB (Red+Green+Blue) = 141+163+32=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA320 is #725CDF. Grayscale: #8D8D8D. Windows color (decimal): -7494880 or 2139021. OLE color: 2139021.
HSL color Cylindrical-coordinate representation of color #8DA320: hue angle of 70.08º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DA320 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 32 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.36 |
| HSL | 70.08º | 0.67% | 0.38% | - |
| HSV(B) | 70.08º | 0.8% | 0.64% | - |
| XYZ | 24.34 | 31.96 | 6.25 | - |
| YUV | 141.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 32 | 0.13 | 0 | 0.80 | 0.36 | 70.08 | 0.67 | 0.38 |
| Hex | 8D | A3 | 20 | D | 0 | 50 | 24 | 46 | 43 | 26 |
| Octal | 215 | 243 | 40 | 15 | 0 | 120 | 44 | 106 | 103 | 46 |
| Binary | 10001101 | 10100011 | 100000 | 1101 | 0 | 1010000 | 100100 | 1000110 | 1000011 | 100110 |
Color Harmonies of #8DA320
Complementary color
Monochromatic Colors of #8DA320
Black with #8DA320
Text Example
Text Example
White with #8DA320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA320; }
p { color: rgb(141,163,32); }
H1.HeaderClassName
{
color: #8DA320;
}
.AnyTagClassName
{
color: #8DA320;
}
</style>
background-color css
<style>
a { background-color: #8DA320; }
a { background-color: rgb(141,163,32); }
div.DivClassName
{
background-color: #8DA320;
}
.BgClassName
{
background-color: #8DA320;
}
</style>
border-color css
<style>
span { border-color: #8DA320; }
span { border-color: rgb(141,163,32); }
td.TdClassName
{
border-color: #8DA320;
}
.TagClassName
{
border-color: #8DA320;
}
</style>