Shades of Citron #8DA125
Tints of Citron #8DA125
RGB
CMYK
RGB Variations
Color information
#8DA125 (or 0x8DA125) is known color: Citron. HEX triplet: 8D, A1 and 25. RGB value is (141,161,37). Sum of RGB (Red+Green+Blue) = 141+161+37=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA125 is #725EDA. Grayscale: #8D8D8D. Windows color (decimal): -7495387 or 2466189. OLE color: 2466189.
HSL color Cylindrical-coordinate representation of color #8DA125: hue angle of 69.68º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DA125 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 37 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.37 |
| HSL | 69.68º | 0.63% | 0.39% | - |
| HSV(B) | 69.68º | 0.77% | 0.63% | - |
| XYZ | 24.06 | 31.29 | 6.52 | - |
| YUV | 140.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 37 | 0.12 | 0 | 0.77 | 0.37 | 69.68 | 0.63 | 0.39 |
| Hex | 8D | A1 | 25 | C | 0 | 4D | 25 | 46 | 3F | 27 |
| Octal | 215 | 241 | 45 | 14 | 0 | 115 | 45 | 106 | 77 | 47 |
| Binary | 10001101 | 10100001 | 100101 | 1100 | 0 | 1001101 | 100101 | 1000110 | 111111 | 100111 |
Color Harmonies of #8DA125
Complementary color
Monochromatic Colors of #8DA125
Black with #8DA125
Text Example
Text Example
White with #8DA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA125; }
p { color: rgb(141,161,37); }
H1.HeaderClassName
{
color: #8DA125;
}
.AnyTagClassName
{
color: #8DA125;
}
</style>
background-color css
<style>
a { background-color: #8DA125; }
a { background-color: rgb(141,161,37); }
div.DivClassName
{
background-color: #8DA125;
}
.BgClassName
{
background-color: #8DA125;
}
</style>
border-color css
<style>
span { border-color: #8DA125; }
span { border-color: rgb(141,161,37); }
td.TdClassName
{
border-color: #8DA125;
}
.TagClassName
{
border-color: #8DA125;
}
</style>