Shades of Citron #8DA20D
Tints of Citron #8DA20D
RGB
CMYK
RGB Variations
Color information
#8DA20D (or 0x8DA20D) is known color: Citron. HEX triplet: 8D, A2 and 0D. RGB value is (141,162,13). Sum of RGB (Red+Green+Blue) = 141+162+13=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA20D is #725DF2. Grayscale: #8B8B8B. Windows color (decimal): -7495155 or 893581. OLE color: 893581.
HSL color Cylindrical-coordinate representation of color #8DA20D: hue angle of 68.46º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DA20D is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 13 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.36 |
| HSL | 68.46º | 0.85% | 0.34% | - |
| HSV(B) | 68.46º | 0.92% | 0.64% | - |
| XYZ | 23.98 | 31.53 | 5.2 | - |
| YUV | 138.74 | 57.04 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 13 | 0.13 | 0 | 0.92 | 0.36 | 68.46 | 0.85 | 0.34 |
| Hex | 8D | A2 | D | D | 0 | 5C | 24 | 44 | 55 | 22 |
| Octal | 215 | 242 | 15 | 15 | 0 | 134 | 44 | 104 | 125 | 42 |
| Binary | 10001101 | 10100010 | 1101 | 1101 | 0 | 1011100 | 100100 | 1000100 | 1010101 | 100010 |
Color Harmonies of #8DA20D
Complementary color
Monochromatic Colors of #8DA20D
Black with #8DA20D
Text Example
Text Example
White with #8DA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA20D; }
p { color: rgb(141,162,13); }
H1.HeaderClassName
{
color: #8DA20D;
}
.AnyTagClassName
{
color: #8DA20D;
}
</style>
background-color css
<style>
a { background-color: #8DA20D; }
a { background-color: rgb(141,162,13); }
div.DivClassName
{
background-color: #8DA20D;
}
.BgClassName
{
background-color: #8DA20D;
}
</style>
border-color css
<style>
span { border-color: #8DA20D; }
span { border-color: rgb(141,162,13); }
td.TdClassName
{
border-color: #8DA20D;
}
.TagClassName
{
border-color: #8DA20D;
}
</style>