Shades of Citron #8DA61A
Tints of Citron #8DA61A
RGB
CMYK
RGB Variations
Color information
#8DA61A (or 0x8DA61A) is known color: Citron. HEX triplet: 8D, A6 and 1A. RGB value is (141,166,26). Sum of RGB (Red+Green+Blue) = 141+166+26=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA61A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA61A is #7259E5. Grayscale: #8F8F8F. Windows color (decimal): -7494118 or 1746573. OLE color: 1746573.
HSL color Cylindrical-coordinate representation of color #8DA61A: hue angle of 70.71º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DA61A is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 26 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.35 |
| HSL | 70.71º | 0.73% | 0.38% | - |
| HSV(B) | 70.71º | 0.84% | 0.65% | - |
| XYZ | 24.81 | 33.01 | 6.04 | - |
| YUV | 142.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 26 | 0.15 | 0 | 0.84 | 0.35 | 70.71 | 0.73 | 0.38 |
| Hex | 8D | A6 | 1A | F | 0 | 54 | 23 | 47 | 49 | 26 |
| Octal | 215 | 246 | 32 | 17 | 0 | 124 | 43 | 107 | 111 | 46 |
| Binary | 10001101 | 10100110 | 11010 | 1111 | 0 | 1010100 | 100011 | 1000111 | 1001001 | 100110 |
Color Harmonies of #8DA61A
Complementary color
Monochromatic Colors of #8DA61A
Black with #8DA61A
Text Example
Text Example
White with #8DA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA61A; }
p { color: rgb(141,166,26); }
H1.HeaderClassName
{
color: #8DA61A;
}
.AnyTagClassName
{
color: #8DA61A;
}
</style>
background-color css
<style>
a { background-color: #8DA61A; }
a { background-color: rgb(141,166,26); }
div.DivClassName
{
background-color: #8DA61A;
}
.BgClassName
{
background-color: #8DA61A;
}
</style>
border-color css
<style>
span { border-color: #8DA61A; }
span { border-color: rgb(141,166,26); }
td.TdClassName
{
border-color: #8DA61A;
}
.TagClassName
{
border-color: #8DA61A;
}
</style>