Shades of Citron #8DA119
Tints of Citron #8DA119
RGB
CMYK
RGB Variations
Color information
#8DA119 (or 0x8DA119) is known color: Citron. HEX triplet: 8D, A1 and 19. RGB value is (141,161,25). Sum of RGB (Red+Green+Blue) = 141+161+25=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA119 is #725EE6. Grayscale: #8C8C8C. Windows color (decimal): -7495399 or 1679757. OLE color: 1679757.
HSL color Cylindrical-coordinate representation of color #8DA119: hue angle of 68.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DA119 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 25 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.37 |
| HSL | 68.82º | 0.73% | 0.36% | - |
| HSV(B) | 68.82º | 0.84% | 0.63% | - |
| XYZ | 23.9 | 31.22 | 5.69 | - |
| YUV | 139.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 25 | 0.12 | 0 | 0.84 | 0.37 | 68.82 | 0.73 | 0.36 |
| Hex | 8D | A1 | 19 | C | 0 | 54 | 25 | 45 | 49 | 24 |
| Octal | 215 | 241 | 31 | 14 | 0 | 124 | 45 | 105 | 111 | 44 |
| Binary | 10001101 | 10100001 | 11001 | 1100 | 0 | 1010100 | 100101 | 1000101 | 1001001 | 100100 |
Color Harmonies of #8DA119
Complementary color
Monochromatic Colors of #8DA119
Black with #8DA119
Text Example
Text Example
White with #8DA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA119; }
p { color: rgb(141,161,25); }
H1.HeaderClassName
{
color: #8DA119;
}
.AnyTagClassName
{
color: #8DA119;
}
</style>
background-color css
<style>
a { background-color: #8DA119; }
a { background-color: rgb(141,161,25); }
div.DivClassName
{
background-color: #8DA119;
}
.BgClassName
{
background-color: #8DA119;
}
</style>
border-color css
<style>
span { border-color: #8DA119; }
span { border-color: rgb(141,161,25); }
td.TdClassName
{
border-color: #8DA119;
}
.TagClassName
{
border-color: #8DA119;
}
</style>