Shades of Citron #8DA811
Tints of Citron #8DA811
RGB
CMYK
RGB Variations
Color information
#8DA811 (or 0x8DA811) is known color: Citron. HEX triplet: 8D, A8 and 11. RGB value is (141,168,17). Sum of RGB (Red+Green+Blue) = 141+168+17=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA811 is #7257EE. Grayscale: #8F8F8F. Windows color (decimal): -7493615 or 1157261. OLE color: 1157261.
HSL color Cylindrical-coordinate representation of color #8DA811: hue angle of 70.73º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DA811 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 17 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.34 |
| HSL | 70.73º | 0.82% | 0.36% | - |
| HSV(B) | 70.73º | 0.9% | 0.66% | - |
| XYZ | 25.09 | 33.71 | 5.71 | - |
| YUV | 142.71 | 57.05 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 17 | 0.16 | 0 | 0.90 | 0.34 | 70.73 | 0.82 | 0.36 |
| Hex | 8D | A8 | 11 | 10 | 0 | 5A | 22 | 47 | 52 | 24 |
| Octal | 215 | 250 | 21 | 20 | 0 | 132 | 42 | 107 | 122 | 44 |
| Binary | 10001101 | 10101000 | 10001 | 10000 | 0 | 1011010 | 100010 | 1000111 | 1010010 | 100100 |
Color Harmonies of #8DA811
Complementary color
Monochromatic Colors of #8DA811
Black with #8DA811
Text Example
Text Example
White with #8DA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA811; }
p { color: rgb(141,168,17); }
H1.HeaderClassName
{
color: #8DA811;
}
.AnyTagClassName
{
color: #8DA811;
}
</style>
background-color css
<style>
a { background-color: #8DA811; }
a { background-color: rgb(141,168,17); }
div.DivClassName
{
background-color: #8DA811;
}
.BgClassName
{
background-color: #8DA811;
}
</style>
border-color css
<style>
span { border-color: #8DA811; }
span { border-color: rgb(141,168,17); }
td.TdClassName
{
border-color: #8DA811;
}
.TagClassName
{
border-color: #8DA811;
}
</style>