Shades of Citron #8FA219
Tints of Citron #8FA219
RGB
CMYK
RGB Variations
Color information
#8FA219 (or 0x8FA219) is known color: Citron. HEX triplet: 8F, A2 and 19. RGB value is (143,162,25). Sum of RGB (Red+Green+Blue) = 143+162+25=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA219 is #705DE6. Grayscale: #8D8D8D. Windows color (decimal): -7364071 or 1680015. OLE color: 1680015.
HSL color Cylindrical-coordinate representation of color #8FA219: hue angle of 68.32º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8FA219 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 162 | 25 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.36 |
| HSL | 68.32º | 0.73% | 0.37% | - |
| HSV(B) | 68.32º | 0.85% | 0.64% | - |
| XYZ | 24.42 | 31.75 | 5.76 | - |
| YUV | 140.7 | 62.71 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 25 | 0.12 | 0 | 0.85 | 0.36 | 68.32 | 0.73 | 0.37 |
| Hex | 8F | A2 | 19 | C | 0 | 55 | 24 | 44 | 49 | 25 |
| Octal | 217 | 242 | 31 | 14 | 0 | 125 | 44 | 104 | 111 | 45 |
| Binary | 10001111 | 10100010 | 11001 | 1100 | 0 | 1010101 | 100100 | 1000100 | 1001001 | 100101 |
Color Harmonies of #8FA219
Complementary color
Monochromatic Colors of #8FA219
Black with #8FA219
Text Example
Text Example
White with #8FA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA219; }
p { color: rgb(143,162,25); }
H1.HeaderClassName
{
color: #8FA219;
}
.AnyTagClassName
{
color: #8FA219;
}
</style>
background-color css
<style>
a { background-color: #8FA219; }
a { background-color: rgb(143,162,25); }
div.DivClassName
{
background-color: #8FA219;
}
.BgClassName
{
background-color: #8FA219;
}
</style>
border-color css
<style>
span { border-color: #8FA219; }
span { border-color: rgb(143,162,25); }
td.TdClassName
{
border-color: #8FA219;
}
.TagClassName
{
border-color: #8FA219;
}
</style>