Shades of Citron #8DA50C
Tints of Citron #8DA50C
RGB
CMYK
RGB Variations
Color information
#8DA50C (or 0x8DA50C) is known color: Citron. HEX triplet: 8D, A5 and 0C. RGB value is (141,165,12). Sum of RGB (Red+Green+Blue) = 141+165+12=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA50C is #725AF3. Grayscale: #8C8C8C. Windows color (decimal): -7494388 or 828813. OLE color: 828813.
HSL color Cylindrical-coordinate representation of color #8DA50C: hue angle of 69.41º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DA50C is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 12 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.35 |
| HSL | 69.41º | 0.86% | 0.35% | - |
| HSV(B) | 69.41º | 0.93% | 0.65% | - |
| XYZ | 24.51 | 32.6 | 5.35 | - |
| YUV | 140.38 | 55.55 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 12 | 0.15 | 0 | 0.93 | 0.35 | 69.41 | 0.86 | 0.35 |
| Hex | 8D | A5 | C | F | 0 | 5D | 23 | 45 | 56 | 23 |
| Octal | 215 | 245 | 14 | 17 | 0 | 135 | 43 | 105 | 126 | 43 |
| Binary | 10001101 | 10100101 | 1100 | 1111 | 0 | 1011101 | 100011 | 1000101 | 1010110 | 100011 |
Color Harmonies of #8DA50C
Complementary color
Monochromatic Colors of #8DA50C
Black with #8DA50C
Text Example
Text Example
White with #8DA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA50C; }
p { color: rgb(141,165,12); }
H1.HeaderClassName
{
color: #8DA50C;
}
.AnyTagClassName
{
color: #8DA50C;
}
</style>
background-color css
<style>
a { background-color: #8DA50C; }
a { background-color: rgb(141,165,12); }
div.DivClassName
{
background-color: #8DA50C;
}
.BgClassName
{
background-color: #8DA50C;
}
</style>
border-color css
<style>
span { border-color: #8DA50C; }
span { border-color: rgb(141,165,12); }
td.TdClassName
{
border-color: #8DA50C;
}
.TagClassName
{
border-color: #8DA50C;
}
</style>