Shades of Citron #8DA01C
Tints of Citron #8DA01C
RGB
CMYK
RGB Variations
Color information
#8DA01C (or 0x8DA01C) is known color: Citron. HEX triplet: 8D, A0 and 1C. RGB value is (141,160,28). Sum of RGB (Red+Green+Blue) = 141+160+28=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA01C is #725FE3. Grayscale: #8B8B8B. Windows color (decimal): -7495652 or 1876109. OLE color: 1876109.
HSL color Cylindrical-coordinate representation of color #8DA01C: hue angle of 68.64º degrees, saturation: 0.7, 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 #8DA01C is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 28 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.37 |
| HSL | 68.64º | 0.7% | 0.37% | - |
| HSV(B) | 68.64º | 0.83% | 0.63% | - |
| XYZ | 23.76 | 30.89 | 5.81 | - |
| YUV | 139.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 28 | 0.12 | 0 | 0.82 | 0.37 | 68.64 | 0.7 | 0.37 |
| Hex | 8D | A0 | 1C | C | 0 | 52 | 25 | 45 | 46 | 25 |
| Octal | 215 | 240 | 34 | 14 | 0 | 122 | 45 | 105 | 106 | 45 |
| Binary | 10001101 | 10100000 | 11100 | 1100 | 0 | 1010010 | 100101 | 1000101 | 1000110 | 100101 |
Color Harmonies of #8DA01C
Complementary color
Monochromatic Colors of #8DA01C
Black with #8DA01C
Text Example
Text Example
White with #8DA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA01C; }
p { color: rgb(141,160,28); }
H1.HeaderClassName
{
color: #8DA01C;
}
.AnyTagClassName
{
color: #8DA01C;
}
</style>
background-color css
<style>
a { background-color: #8DA01C; }
a { background-color: rgb(141,160,28); }
div.DivClassName
{
background-color: #8DA01C;
}
.BgClassName
{
background-color: #8DA01C;
}
</style>
border-color css
<style>
span { border-color: #8DA01C; }
span { border-color: rgb(141,160,28); }
td.TdClassName
{
border-color: #8DA01C;
}
.TagClassName
{
border-color: #8DA01C;
}
</style>