Shades of Citron #8DA107
Tints of Citron #8DA107
RGB
CMYK
RGB Variations
Color information
#8DA107 (or 0x8DA107) is known color: Citron. HEX triplet: 8D, A1 and 07. RGB value is (141,161,7). Sum of RGB (Red+Green+Blue) = 141+161+7=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA107 is #725EF8. Grayscale: #8A8A8A. Windows color (decimal): -7495417 or 500109. OLE color: 500109.
HSL color Cylindrical-coordinate representation of color #8DA107: hue angle of 67.79º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DA107 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.37 |
| HSL | 67.79º | 0.92% | 0.33% | - |
| HSV(B) | 67.79º | 0.96% | 0.63% | - |
| XYZ | 23.77 | 31.17 | 4.96 | - |
| YUV | 137.46 | 54.37 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 7 | 0.12 | 0 | 0.96 | 0.37 | 67.79 | 0.92 | 0.33 |
| Hex | 8D | A1 | 7 | C | 0 | 60 | 25 | 44 | 5C | 21 |
| Octal | 215 | 241 | 7 | 14 | 0 | 140 | 45 | 104 | 134 | 41 |
| Binary | 10001101 | 10100001 | 111 | 1100 | 0 | 1100000 | 100101 | 1000100 | 1011100 | 100001 |
Color Harmonies of #8DA107
Complementary color
Monochromatic Colors of #8DA107
Black with #8DA107
Text Example
Text Example
White with #8DA107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA107; }
p { color: rgb(141,161,7); }
H1.HeaderClassName
{
color: #8DA107;
}
.AnyTagClassName
{
color: #8DA107;
}
</style>
background-color css
<style>
a { background-color: #8DA107; }
a { background-color: rgb(141,161,7); }
div.DivClassName
{
background-color: #8DA107;
}
.BgClassName
{
background-color: #8DA107;
}
</style>
border-color css
<style>
span { border-color: #8DA107; }
span { border-color: rgb(141,161,7); }
td.TdClassName
{
border-color: #8DA107;
}
.TagClassName
{
border-color: #8DA107;
}
</style>