Shades of Citron #8FA810
Tints of Citron #8FA810
RGB
CMYK
RGB Variations
Color information
#8FA810 (or 0x8FA810) is known color: Citron. HEX triplet: 8F, A8 and 10. RGB value is (143,168,16). Sum of RGB (Red+Green+Blue) = 143+168+16=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA810 is #7057EF. Grayscale: #8F8F8F. Windows color (decimal): -7362544 or 1091727. OLE color: 1091727.
HSL color Cylindrical-coordinate representation of color #8FA810: hue angle of 69.87º degrees, saturation: 0.83, 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 #8FA810 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 168 | 16 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.34 |
| HSL | 69.87º | 0.83% | 0.36% | - |
| HSV(B) | 69.87º | 0.9% | 0.66% | - |
| XYZ | 25.42 | 33.88 | 5.69 | - |
| YUV | 143.2 | 56.22 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 16 | 0.15 | 0 | 0.90 | 0.34 | 69.87 | 0.83 | 0.36 |
| Hex | 8F | A8 | 10 | F | 0 | 5A | 22 | 46 | 53 | 24 |
| Octal | 217 | 250 | 20 | 17 | 0 | 132 | 42 | 106 | 123 | 44 |
| Binary | 10001111 | 10101000 | 10000 | 1111 | 0 | 1011010 | 100010 | 1000110 | 1010011 | 100100 |
Color Harmonies of #8FA810
Complementary color
Monochromatic Colors of #8FA810
Black with #8FA810
Text Example
Text Example
White with #8FA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA810; }
p { color: rgb(143,168,16); }
H1.HeaderClassName
{
color: #8FA810;
}
.AnyTagClassName
{
color: #8FA810;
}
</style>
background-color css
<style>
a { background-color: #8FA810; }
a { background-color: rgb(143,168,16); }
div.DivClassName
{
background-color: #8FA810;
}
.BgClassName
{
background-color: #8FA810;
}
</style>
border-color css
<style>
span { border-color: #8FA810; }
span { border-color: rgb(143,168,16); }
td.TdClassName
{
border-color: #8FA810;
}
.TagClassName
{
border-color: #8FA810;
}
</style>