Shades of Citron #8DA004
Tints of Citron #8DA004
RGB
CMYK
RGB Variations
Color information
#8DA004 (or 0x8DA004) is known color: Citron. HEX triplet: 8D, A0 and 04. RGB value is (141,160,4). Sum of RGB (Red+Green+Blue) = 141+160+4=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA004 is #725FFB. Grayscale: #898989. Windows color (decimal): -7495676 or 303245. OLE color: 303245.
HSL color Cylindrical-coordinate representation of color #8DA004: hue angle of 67.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DA004 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.37 |
| HSL | 67.31º | 0.95% | 0.32% | - |
| HSV(B) | 67.31º | 0.98% | 0.63% | - |
| XYZ | 23.58 | 30.81 | 4.82 | - |
| YUV | 136.54 | 53.21 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 4 | 0.12 | 0 | 0.98 | 0.37 | 67.31 | 0.95 | 0.32 |
| Hex | 8D | A0 | 4 | C | 0 | 62 | 25 | 43 | 5F | 20 |
| Octal | 215 | 240 | 4 | 14 | 0 | 142 | 45 | 103 | 137 | 40 |
| Binary | 10001101 | 10100000 | 100 | 1100 | 0 | 1100010 | 100101 | 1000011 | 1011111 | 100000 |
Color Harmonies of #8DA004
Complementary color
Monochromatic Colors of #8DA004
Black with #8DA004
Text Example
Text Example
White with #8DA004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA004; }
p { color: rgb(141,160,4); }
H1.HeaderClassName
{
color: #8DA004;
}
.AnyTagClassName
{
color: #8DA004;
}
</style>
background-color css
<style>
a { background-color: #8DA004; }
a { background-color: rgb(141,160,4); }
div.DivClassName
{
background-color: #8DA004;
}
.BgClassName
{
background-color: #8DA004;
}
</style>
border-color css
<style>
span { border-color: #8DA004; }
span { border-color: rgb(141,160,4); }
td.TdClassName
{
border-color: #8DA004;
}
.TagClassName
{
border-color: #8DA004;
}
</style>