Shades of Citron #8FA224
Tints of Citron #8FA224
RGB
CMYK
RGB Variations
Color information
#8FA224 (or 0x8FA224) is known color: Citron. HEX triplet: 8F, A2 and 24. RGB value is (143,162,36). Sum of RGB (Red+Green+Blue) = 143+162+36=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA224 is #705DDB. Grayscale: #8E8E8E. Windows color (decimal): -7364060 or 2400911. OLE color: 2400911.
HSL color Cylindrical-coordinate representation of color #8FA224: hue angle of 69.05º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FA224 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 162 | 36 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.36 |
| HSL | 69.05º | 0.64% | 0.39% | - |
| HSV(B) | 69.05º | 0.78% | 0.64% | - |
| XYZ | 24.57 | 31.81 | 6.51 | - |
| YUV | 141.96 | 68.21 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 36 | 0.12 | 0 | 0.78 | 0.36 | 69.05 | 0.64 | 0.39 |
| Hex | 8F | A2 | 24 | C | 0 | 4E | 24 | 45 | 40 | 27 |
| Octal | 217 | 242 | 44 | 14 | 0 | 116 | 44 | 105 | 100 | 47 |
| Binary | 10001111 | 10100010 | 100100 | 1100 | 0 | 1001110 | 100100 | 1000101 | 1000000 | 100111 |
Color Harmonies of #8FA224
Complementary color
Monochromatic Colors of #8FA224
Black with #8FA224
Text Example
Text Example
White with #8FA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA224; }
p { color: rgb(143,162,36); }
H1.HeaderClassName
{
color: #8FA224;
}
.AnyTagClassName
{
color: #8FA224;
}
</style>
background-color css
<style>
a { background-color: #8FA224; }
a { background-color: rgb(143,162,36); }
div.DivClassName
{
background-color: #8FA224;
}
.BgClassName
{
background-color: #8FA224;
}
</style>
border-color css
<style>
span { border-color: #8FA224; }
span { border-color: rgb(143,162,36); }
td.TdClassName
{
border-color: #8FA224;
}
.TagClassName
{
border-color: #8FA224;
}
</style>