Shades of Citron #8FA521
Tints of Citron #8FA521
RGB
CMYK
RGB Variations
Color information
#8FA521 (or 0x8FA521) is known color: Citron. HEX triplet: 8F, A5 and 21. RGB value is (143,165,33). Sum of RGB (Red+Green+Blue) = 143+165+33=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA521 is #705ADE. Grayscale: #8F8F8F. Windows color (decimal): -7363295 or 2205071. OLE color: 2205071.
HSL color Cylindrical-coordinate representation of color #8FA521: hue angle of 70º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8FA521 is Cyan = 0.13, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 165 | 33 | - |
| CMYK | 0.13 | 0 | 0.8 | 0.35 |
| HSL | 70º | 0.67% | 0.39% | - |
| HSV(B) | 70º | 0.8% | 0.65% | - |
| XYZ | 25.06 | 32.86 | 6.46 | - |
| YUV | 143.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 165 | 33 | 0.13 | 0 | 0.8 | 0.35 | 70 | 0.67 | 0.39 |
| Hex | 8F | A5 | 21 | D | 0 | 50 | 23 | 46 | 43 | 27 |
| Octal | 217 | 245 | 41 | 15 | 0 | 120 | 43 | 106 | 103 | 47 |
| Binary | 10001111 | 10100101 | 100001 | 1101 | 0 | 1010000 | 100011 | 1000110 | 1000011 | 100111 |
Color Harmonies of #8FA521
Complementary color
Monochromatic Colors of #8FA521
Black with #8FA521
Text Example
Text Example
White with #8FA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA521; }
p { color: rgb(143,165,33); }
H1.HeaderClassName
{
color: #8FA521;
}
.AnyTagClassName
{
color: #8FA521;
}
</style>
background-color css
<style>
a { background-color: #8FA521; }
a { background-color: rgb(143,165,33); }
div.DivClassName
{
background-color: #8FA521;
}
.BgClassName
{
background-color: #8FA521;
}
</style>
border-color css
<style>
span { border-color: #8FA521; }
span { border-color: rgb(143,165,33); }
td.TdClassName
{
border-color: #8FA521;
}
.TagClassName
{
border-color: #8FA521;
}
</style>