Shades of Citron #8FA10D
Tints of Citron #8FA10D
RGB
CMYK
RGB Variations
Color information
#8FA10D (or 0x8FA10D) is known color: Citron. HEX triplet: 8F, A1 and 0D. RGB value is (143,161,13). Sum of RGB (Red+Green+Blue) = 143+161+13=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA10D is #705EF2. Grayscale: #8B8B8B. Windows color (decimal): -7364339 or 893327. OLE color: 893327.
HSL color Cylindrical-coordinate representation of color #8FA10D: hue angle of 67.3º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FA10D is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 13 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.37 |
| HSL | 67.3º | 0.85% | 0.34% | - |
| HSV(B) | 67.3º | 0.92% | 0.63% | - |
| XYZ | 24.15 | 31.36 | 5.16 | - |
| YUV | 138.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 13 | 0.11 | 0 | 0.92 | 0.37 | 67.3 | 0.85 | 0.34 |
| Hex | 8F | A1 | D | B | 0 | 5C | 25 | 43 | 55 | 22 |
| Octal | 217 | 241 | 15 | 13 | 0 | 134 | 45 | 103 | 125 | 42 |
| Binary | 10001111 | 10100001 | 1101 | 1011 | 0 | 1011100 | 100101 | 1000011 | 1010101 | 100010 |
Color Harmonies of #8FA10D
Complementary color
Monochromatic Colors of #8FA10D
Black with #8FA10D
Text Example
Text Example
White with #8FA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA10D; }
p { color: rgb(143,161,13); }
H1.HeaderClassName
{
color: #8FA10D;
}
.AnyTagClassName
{
color: #8FA10D;
}
</style>
background-color css
<style>
a { background-color: #8FA10D; }
a { background-color: rgb(143,161,13); }
div.DivClassName
{
background-color: #8FA10D;
}
.BgClassName
{
background-color: #8FA10D;
}
</style>
border-color css
<style>
span { border-color: #8FA10D; }
span { border-color: rgb(143,161,13); }
td.TdClassName
{
border-color: #8FA10D;
}
.TagClassName
{
border-color: #8FA10D;
}
</style>