Shades of Citron #8DA319
Tints of Citron #8DA319
RGB
CMYK
RGB Variations
Color information
#8DA319 (or 0x8DA319) is known color: Citron. HEX triplet: 8D, A3 and 19. RGB value is (141,163,25). Sum of RGB (Red+Green+Blue) = 141+163+25=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA319 is #725CE6. Grayscale: #8D8D8D. Windows color (decimal): -7494887 or 1680269. OLE color: 1680269.
HSL color Cylindrical-coordinate representation of color #8DA319: hue angle of 69.57º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DA319 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 25 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.36 |
| HSL | 69.57º | 0.73% | 0.37% | - |
| HSV(B) | 69.57º | 0.85% | 0.64% | - |
| XYZ | 24.26 | 31.93 | 5.8 | - |
| YUV | 140.69 | 62.71 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 25 | 0.13 | 0 | 0.85 | 0.36 | 69.57 | 0.73 | 0.37 |
| Hex | 8D | A3 | 19 | D | 0 | 55 | 24 | 46 | 49 | 25 |
| Octal | 215 | 243 | 31 | 15 | 0 | 125 | 44 | 106 | 111 | 45 |
| Binary | 10001101 | 10100011 | 11001 | 1101 | 0 | 1010101 | 100100 | 1000110 | 1001001 | 100101 |
Color Harmonies of #8DA319
Complementary color
Monochromatic Colors of #8DA319
Black with #8DA319
Text Example
Text Example
White with #8DA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA319; }
p { color: rgb(141,163,25); }
H1.HeaderClassName
{
color: #8DA319;
}
.AnyTagClassName
{
color: #8DA319;
}
</style>
background-color css
<style>
a { background-color: #8DA319; }
a { background-color: rgb(141,163,25); }
div.DivClassName
{
background-color: #8DA319;
}
.BgClassName
{
background-color: #8DA319;
}
</style>
border-color css
<style>
span { border-color: #8DA319; }
span { border-color: rgb(141,163,25); }
td.TdClassName
{
border-color: #8DA319;
}
.TagClassName
{
border-color: #8DA319;
}
</style>