Shades of Citron #8DA10F
Tints of Citron #8DA10F
RGB
CMYK
RGB Variations
Color information
#8DA10F (or 0x8DA10F) is known color: Citron. HEX triplet: 8D, A1 and 0F. RGB value is (141,161,15). Sum of RGB (Red+Green+Blue) = 141+161+15=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA10F is #725EF0. Grayscale: #8A8A8A. Windows color (decimal): -7495409 or 1024397. OLE color: 1024397.
HSL color Cylindrical-coordinate representation of color #8DA10F: hue angle of 68.22º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DA10F is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 15 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.37 |
| HSL | 68.22º | 0.83% | 0.35% | - |
| HSV(B) | 68.22º | 0.91% | 0.63% | - |
| XYZ | 23.82 | 31.19 | 5.22 | - |
| YUV | 138.38 | 58.37 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 15 | 0.12 | 0 | 0.91 | 0.37 | 68.22 | 0.83 | 0.35 |
| Hex | 8D | A1 | F | C | 0 | 5B | 25 | 44 | 53 | 23 |
| Octal | 215 | 241 | 17 | 14 | 0 | 133 | 45 | 104 | 123 | 43 |
| Binary | 10001101 | 10100001 | 1111 | 1100 | 0 | 1011011 | 100101 | 1000100 | 1010011 | 100011 |
Color Harmonies of #8DA10F
Complementary color
Monochromatic Colors of #8DA10F
Black with #8DA10F
Text Example
Text Example
White with #8DA10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA10F; }
p { color: rgb(141,161,15); }
H1.HeaderClassName
{
color: #8DA10F;
}
.AnyTagClassName
{
color: #8DA10F;
}
</style>
background-color css
<style>
a { background-color: #8DA10F; }
a { background-color: rgb(141,161,15); }
div.DivClassName
{
background-color: #8DA10F;
}
.BgClassName
{
background-color: #8DA10F;
}
</style>
border-color css
<style>
span { border-color: #8DA10F; }
span { border-color: rgb(141,161,15); }
td.TdClassName
{
border-color: #8DA10F;
}
.TagClassName
{
border-color: #8DA10F;
}
</style>