Shades of Citron #8DA01D
Tints of Citron #8DA01D
RGB
CMYK
RGB Variations
Color information
#8DA01D (or 0x8DA01D) is known color: Citron. HEX triplet: 8D, A0 and 1D. RGB value is (141,160,29). Sum of RGB (Red+Green+Blue) = 141+160+29=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA01D is #725FE2. Grayscale: #8B8B8B. Windows color (decimal): -7495651 or 1941645. OLE color: 1941645.
HSL color Cylindrical-coordinate representation of color #8DA01D: hue angle of 68.7º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DA01D is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 29 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.37 |
| HSL | 68.7º | 0.69% | 0.37% | - |
| HSV(B) | 68.7º | 0.82% | 0.63% | - |
| XYZ | 23.78 | 30.89 | 5.87 | - |
| YUV | 139.39 | 65.71 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 29 | 0.12 | 0 | 0.82 | 0.37 | 68.7 | 0.69 | 0.37 |
| Hex | 8D | A0 | 1D | C | 0 | 52 | 25 | 45 | 45 | 25 |
| Octal | 215 | 240 | 35 | 14 | 0 | 122 | 45 | 105 | 105 | 45 |
| Binary | 10001101 | 10100000 | 11101 | 1100 | 0 | 1010010 | 100101 | 1000101 | 1000101 | 100101 |
Color Harmonies of #8DA01D
Complementary color
Monochromatic Colors of #8DA01D
Black with #8DA01D
Text Example
Text Example
White with #8DA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA01D; }
p { color: rgb(141,160,29); }
H1.HeaderClassName
{
color: #8DA01D;
}
.AnyTagClassName
{
color: #8DA01D;
}
</style>
background-color css
<style>
a { background-color: #8DA01D; }
a { background-color: rgb(141,160,29); }
div.DivClassName
{
background-color: #8DA01D;
}
.BgClassName
{
background-color: #8DA01D;
}
</style>
border-color css
<style>
span { border-color: #8DA01D; }
span { border-color: rgb(141,160,29); }
td.TdClassName
{
border-color: #8DA01D;
}
.TagClassName
{
border-color: #8DA01D;
}
</style>