Shades of Citron #8DA116
Tints of Citron #8DA116
RGB
CMYK
RGB Variations
Color information
#8DA116 (or 0x8DA116) is known color: Citron. HEX triplet: 8D, A1 and 16. RGB value is (141,161,22). Sum of RGB (Red+Green+Blue) = 141+161+22=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA116 is #725EE9. Grayscale: #8B8B8B. Windows color (decimal): -7495402 or 1483149. OLE color: 1483149.
HSL color Cylindrical-coordinate representation of color #8DA116: hue angle of 68.63º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DA116 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 22 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.37 |
| HSL | 68.63º | 0.76% | 0.36% | - |
| HSV(B) | 68.63º | 0.86% | 0.63% | - |
| XYZ | 23.87 | 31.21 | 5.52 | - |
| YUV | 139.17 | 61.87 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 22 | 0.12 | 0 | 0.86 | 0.37 | 68.63 | 0.76 | 0.36 |
| Hex | 8D | A1 | 16 | C | 0 | 56 | 25 | 45 | 4C | 24 |
| Octal | 215 | 241 | 26 | 14 | 0 | 126 | 45 | 105 | 114 | 44 |
| Binary | 10001101 | 10100001 | 10110 | 1100 | 0 | 1010110 | 100101 | 1000101 | 1001100 | 100100 |
Color Harmonies of #8DA116
Complementary color
Monochromatic Colors of #8DA116
Black with #8DA116
Text Example
Text Example
White with #8DA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA116; }
p { color: rgb(141,161,22); }
H1.HeaderClassName
{
color: #8DA116;
}
.AnyTagClassName
{
color: #8DA116;
}
</style>
background-color css
<style>
a { background-color: #8DA116; }
a { background-color: rgb(141,161,22); }
div.DivClassName
{
background-color: #8DA116;
}
.BgClassName
{
background-color: #8DA116;
}
</style>
border-color css
<style>
span { border-color: #8DA116; }
span { border-color: rgb(141,161,22); }
td.TdClassName
{
border-color: #8DA116;
}
.TagClassName
{
border-color: #8DA116;
}
</style>