Shades of Citron #8DA619
Tints of Citron #8DA619
RGB
CMYK
RGB Variations
Color information
#8DA619 (or 0x8DA619) is known color: Citron. HEX triplet: 8D, A6 and 19. RGB value is (141,166,25). Sum of RGB (Red+Green+Blue) = 141+166+25=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA619 is #7259E6. Grayscale: #8E8E8E. Windows color (decimal): -7494119 or 1681037. OLE color: 1681037.
HSL color Cylindrical-coordinate representation of color #8DA619: hue angle of 70.64º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DA619 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 25 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.35 |
| HSL | 70.64º | 0.74% | 0.37% | - |
| HSV(B) | 70.64º | 0.85% | 0.65% | - |
| XYZ | 24.8 | 33.01 | 5.98 | - |
| YUV | 142.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 25 | 0.15 | 0 | 0.85 | 0.35 | 70.64 | 0.74 | 0.37 |
| Hex | 8D | A6 | 19 | F | 0 | 55 | 23 | 47 | 4A | 25 |
| Octal | 215 | 246 | 31 | 17 | 0 | 125 | 43 | 107 | 112 | 45 |
| Binary | 10001101 | 10100110 | 11001 | 1111 | 0 | 1010101 | 100011 | 1000111 | 1001010 | 100101 |
Color Harmonies of #8DA619
Complementary color
Monochromatic Colors of #8DA619
Black with #8DA619
Text Example
Text Example
White with #8DA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA619; }
p { color: rgb(141,166,25); }
H1.HeaderClassName
{
color: #8DA619;
}
.AnyTagClassName
{
color: #8DA619;
}
</style>
background-color css
<style>
a { background-color: #8DA619; }
a { background-color: rgb(141,166,25); }
div.DivClassName
{
background-color: #8DA619;
}
.BgClassName
{
background-color: #8DA619;
}
</style>
border-color css
<style>
span { border-color: #8DA619; }
span { border-color: rgb(141,166,25); }
td.TdClassName
{
border-color: #8DA619;
}
.TagClassName
{
border-color: #8DA619;
}
</style>