Shades of Citron #8FA422
Tints of Citron #8FA422
RGB
CMYK
RGB Variations
Color information
#8FA422 (or 0x8FA422) is known color: Citron. HEX triplet: 8F, A4 and 22. RGB value is (143,164,34). Sum of RGB (Red+Green+Blue) = 143+164+34=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA422 is #705BDD. Grayscale: #8F8F8F. Windows color (decimal): -7363550 or 2270351. OLE color: 2270351.
HSL color Cylindrical-coordinate representation of color #8FA422: hue angle of 69.69º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FA422 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 34 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.36 |
| HSL | 69.69º | 0.66% | 0.39% | - |
| HSV(B) | 69.69º | 0.79% | 0.64% | - |
| XYZ | 24.89 | 32.51 | 6.48 | - |
| YUV | 142.9 | 66.54 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 34 | 0.13 | 0 | 0.79 | 0.36 | 69.69 | 0.66 | 0.39 |
| Hex | 8F | A4 | 22 | D | 0 | 4F | 24 | 46 | 42 | 27 |
| Octal | 217 | 244 | 42 | 15 | 0 | 117 | 44 | 106 | 102 | 47 |
| Binary | 10001111 | 10100100 | 100010 | 1101 | 0 | 1001111 | 100100 | 1000110 | 1000010 | 100111 |
Color Harmonies of #8FA422
Complementary color
Monochromatic Colors of #8FA422
Black with #8FA422
Text Example
Text Example
White with #8FA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA422; }
p { color: rgb(143,164,34); }
H1.HeaderClassName
{
color: #8FA422;
}
.AnyTagClassName
{
color: #8FA422;
}
</style>
background-color css
<style>
a { background-color: #8FA422; }
a { background-color: rgb(143,164,34); }
div.DivClassName
{
background-color: #8FA422;
}
.BgClassName
{
background-color: #8FA422;
}
</style>
border-color css
<style>
span { border-color: #8FA422; }
span { border-color: rgb(143,164,34); }
td.TdClassName
{
border-color: #8FA422;
}
.TagClassName
{
border-color: #8FA422;
}
</style>