Shades of Citron #8FA510
Tints of Citron #8FA510
RGB
CMYK
RGB Variations
Color information
#8FA510 (or 0x8FA510) is known color: Citron. HEX triplet: 8F, A5 and 10. RGB value is (143,165,16). Sum of RGB (Red+Green+Blue) = 143+165+16=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA510 is #705AEF. Grayscale: #8E8E8E. Windows color (decimal): -7363312 or 1090959. OLE color: 1090959.
HSL color Cylindrical-coordinate representation of color #8FA510: hue angle of 68.86º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FA510 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 165 | 16 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.35 |
| HSL | 68.86º | 0.82% | 0.35% | - |
| HSV(B) | 68.86º | 0.9% | 0.65% | - |
| XYZ | 24.88 | 32.79 | 5.51 | - |
| YUV | 141.44 | 57.21 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 165 | 16 | 0.13 | 0 | 0.90 | 0.35 | 68.86 | 0.82 | 0.35 |
| Hex | 8F | A5 | 10 | D | 0 | 5A | 23 | 45 | 52 | 23 |
| Octal | 217 | 245 | 20 | 15 | 0 | 132 | 43 | 105 | 122 | 43 |
| Binary | 10001111 | 10100101 | 10000 | 1101 | 0 | 1011010 | 100011 | 1000101 | 1010010 | 100011 |
Color Harmonies of #8FA510
Complementary color
Monochromatic Colors of #8FA510
Black with #8FA510
Text Example
Text Example
White with #8FA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA510; }
p { color: rgb(143,165,16); }
H1.HeaderClassName
{
color: #8FA510;
}
.AnyTagClassName
{
color: #8FA510;
}
</style>
background-color css
<style>
a { background-color: #8FA510; }
a { background-color: rgb(143,165,16); }
div.DivClassName
{
background-color: #8FA510;
}
.BgClassName
{
background-color: #8FA510;
}
</style>
border-color css
<style>
span { border-color: #8FA510; }
span { border-color: rgb(143,165,16); }
td.TdClassName
{
border-color: #8FA510;
}
.TagClassName
{
border-color: #8FA510;
}
</style>