Shades of Citron #8DA023
Tints of Citron #8DA023
RGB
CMYK
RGB Variations
Color information
#8DA023 (or 0x8DA023) is known color: Citron. HEX triplet: 8D, A0 and 23. RGB value is (141,160,35). Sum of RGB (Red+Green+Blue) = 141+160+35=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA023 is #725FDC. Grayscale: #8C8C8C. Windows color (decimal): -7495645 or 2334861. OLE color: 2334861.
HSL color Cylindrical-coordinate representation of color #8DA023: hue angle of 69.12º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DA023 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 35 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.37 |
| HSL | 69.12º | 0.64% | 0.38% | - |
| HSV(B) | 69.12º | 0.78% | 0.63% | - |
| XYZ | 23.86 | 30.93 | 6.3 | - |
| YUV | 140.07 | 68.71 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 35 | 0.12 | 0 | 0.78 | 0.37 | 69.12 | 0.64 | 0.38 |
| Hex | 8D | A0 | 23 | C | 0 | 4E | 25 | 45 | 40 | 26 |
| Octal | 215 | 240 | 43 | 14 | 0 | 116 | 45 | 105 | 100 | 46 |
| Binary | 10001101 | 10100000 | 100011 | 1100 | 0 | 1001110 | 100101 | 1000101 | 1000000 | 100110 |
Color Harmonies of #8DA023
Complementary color
Monochromatic Colors of #8DA023
Black with #8DA023
Text Example
Text Example
White with #8DA023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA023; }
p { color: rgb(141,160,35); }
H1.HeaderClassName
{
color: #8DA023;
}
.AnyTagClassName
{
color: #8DA023;
}
</style>
background-color css
<style>
a { background-color: #8DA023; }
a { background-color: rgb(141,160,35); }
div.DivClassName
{
background-color: #8DA023;
}
.BgClassName
{
background-color: #8DA023;
}
</style>
border-color css
<style>
span { border-color: #8DA023; }
span { border-color: rgb(141,160,35); }
td.TdClassName
{
border-color: #8DA023;
}
.TagClassName
{
border-color: #8DA023;
}
</style>