Shades of Citron #8DA516
Tints of Citron #8DA516
RGB
CMYK
RGB Variations
Color information
#8DA516 (or 0x8DA516) is known color: Citron. HEX triplet: 8D, A5 and 16. RGB value is (141,165,22). Sum of RGB (Red+Green+Blue) = 141+165+22=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA516 is #725AE9. Grayscale: #8E8E8E. Windows color (decimal): -7494378 or 1484173. OLE color: 1484173.
HSL color Cylindrical-coordinate representation of color #8DA516: hue angle of 70.07º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DA516 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 22 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.35 |
| HSL | 70.07º | 0.76% | 0.37% | - |
| HSV(B) | 70.07º | 0.87% | 0.65% | - |
| XYZ | 24.58 | 32.63 | 5.76 | - |
| YUV | 141.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 22 | 0.15 | 0 | 0.87 | 0.35 | 70.07 | 0.76 | 0.37 |
| Hex | 8D | A5 | 16 | F | 0 | 57 | 23 | 46 | 4C | 25 |
| Octal | 215 | 245 | 26 | 17 | 0 | 127 | 43 | 106 | 114 | 45 |
| Binary | 10001101 | 10100101 | 10110 | 1111 | 0 | 1010111 | 100011 | 1000110 | 1001100 | 100101 |
Color Harmonies of #8DA516
Complementary color
Monochromatic Colors of #8DA516
Black with #8DA516
Text Example
Text Example
White with #8DA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA516; }
p { color: rgb(141,165,22); }
H1.HeaderClassName
{
color: #8DA516;
}
.AnyTagClassName
{
color: #8DA516;
}
</style>
background-color css
<style>
a { background-color: #8DA516; }
a { background-color: rgb(141,165,22); }
div.DivClassName
{
background-color: #8DA516;
}
.BgClassName
{
background-color: #8DA516;
}
</style>
border-color css
<style>
span { border-color: #8DA516; }
span { border-color: rgb(141,165,22); }
td.TdClassName
{
border-color: #8DA516;
}
.TagClassName
{
border-color: #8DA516;
}
</style>