Shades of Citron #8DA211
Tints of Citron #8DA211
RGB
CMYK
RGB Variations
Color information
#8DA211 (or 0x8DA211) is known color: Citron. HEX triplet: 8D, A2 and 11. RGB value is (141,162,17). Sum of RGB (Red+Green+Blue) = 141+162+17=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA211 is #725DEE. Grayscale: #8B8B8B. Windows color (decimal): -7495151 or 1155725. OLE color: 1155725.
HSL color Cylindrical-coordinate representation of color #8DA211: hue angle of 68.69º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DA211 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 17 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.36 |
| HSL | 68.69º | 0.81% | 0.35% | - |
| HSV(B) | 68.69º | 0.9% | 0.64% | - |
| XYZ | 24.01 | 31.54 | 5.35 | - |
| YUV | 139.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 17 | 0.13 | 0 | 0.90 | 0.36 | 68.69 | 0.81 | 0.35 |
| Hex | 8D | A2 | 11 | D | 0 | 5A | 24 | 45 | 51 | 23 |
| Octal | 215 | 242 | 21 | 15 | 0 | 132 | 44 | 105 | 121 | 43 |
| Binary | 10001101 | 10100010 | 10001 | 1101 | 0 | 1011010 | 100100 | 1000101 | 1010001 | 100011 |
Color Harmonies of #8DA211
Complementary color
Monochromatic Colors of #8DA211
Black with #8DA211
Text Example
Text Example
White with #8DA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA211; }
p { color: rgb(141,162,17); }
H1.HeaderClassName
{
color: #8DA211;
}
.AnyTagClassName
{
color: #8DA211;
}
</style>
background-color css
<style>
a { background-color: #8DA211; }
a { background-color: rgb(141,162,17); }
div.DivClassName
{
background-color: #8DA211;
}
.BgClassName
{
background-color: #8DA211;
}
</style>
border-color css
<style>
span { border-color: #8DA211; }
span { border-color: rgb(141,162,17); }
td.TdClassName
{
border-color: #8DA211;
}
.TagClassName
{
border-color: #8DA211;
}
</style>