Shades of Citron #8DA009
Tints of Citron #8DA009
RGB
CMYK
RGB Variations
Color information
#8DA009 (or 0x8DA009) is known color: Citron. HEX triplet: 8D, A0 and 09. RGB value is (141,160,9). Sum of RGB (Red+Green+Blue) = 141+160+9=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA009 is #725FF6. Grayscale: #898989. Windows color (decimal): -7495671 or 630925. OLE color: 630925.
HSL color Cylindrical-coordinate representation of color #8DA009: hue angle of 67.55º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DA009 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 9 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.37 |
| HSL | 67.55º | 0.89% | 0.33% | - |
| HSV(B) | 67.55º | 0.94% | 0.63% | - |
| XYZ | 23.6 | 30.82 | 4.96 | - |
| YUV | 137.11 | 55.71 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 9 | 0.12 | 0 | 0.94 | 0.37 | 67.55 | 0.89 | 0.33 |
| Hex | 8D | A0 | 9 | C | 0 | 5E | 25 | 44 | 59 | 21 |
| Octal | 215 | 240 | 11 | 14 | 0 | 136 | 45 | 104 | 131 | 41 |
| Binary | 10001101 | 10100000 | 1001 | 1100 | 0 | 1011110 | 100101 | 1000100 | 1011001 | 100001 |
Color Harmonies of #8DA009
Complementary color
Monochromatic Colors of #8DA009
Black with #8DA009
Text Example
Text Example
White with #8DA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA009; }
p { color: rgb(141,160,9); }
H1.HeaderClassName
{
color: #8DA009;
}
.AnyTagClassName
{
color: #8DA009;
}
</style>
background-color css
<style>
a { background-color: #8DA009; }
a { background-color: rgb(141,160,9); }
div.DivClassName
{
background-color: #8DA009;
}
.BgClassName
{
background-color: #8DA009;
}
</style>
border-color css
<style>
span { border-color: #8DA009; }
span { border-color: rgb(141,160,9); }
td.TdClassName
{
border-color: #8DA009;
}
.TagClassName
{
border-color: #8DA009;
}
</style>