Shades of Citron #8FA118
Tints of Citron #8FA118
RGB
CMYK
RGB Variations
Color information
#8FA118 (or 0x8FA118) is known color: Citron. HEX triplet: 8F, A1 and 18. RGB value is (143,161,24). Sum of RGB (Red+Green+Blue) = 143+161+24=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA118 is #705EE7. Grayscale: #8C8C8C. Windows color (decimal): -7364328 or 1614223. OLE color: 1614223.
HSL color Cylindrical-coordinate representation of color #8FA118: hue angle of 67.88º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8FA118 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 24 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.37 |
| HSL | 67.88º | 0.74% | 0.36% | - |
| HSV(B) | 67.88º | 0.85% | 0.63% | - |
| XYZ | 24.24 | 31.4 | 5.65 | - |
| YUV | 140 | 62.54 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 24 | 0.11 | 0 | 0.85 | 0.37 | 67.88 | 0.74 | 0.36 |
| Hex | 8F | A1 | 18 | B | 0 | 55 | 25 | 44 | 4A | 24 |
| Octal | 217 | 241 | 30 | 13 | 0 | 125 | 45 | 104 | 112 | 44 |
| Binary | 10001111 | 10100001 | 11000 | 1011 | 0 | 1010101 | 100101 | 1000100 | 1001010 | 100100 |
Color Harmonies of #8FA118
Complementary color
Monochromatic Colors of #8FA118
Black with #8FA118
Text Example
Text Example
White with #8FA118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA118; }
p { color: rgb(143,161,24); }
H1.HeaderClassName
{
color: #8FA118;
}
.AnyTagClassName
{
color: #8FA118;
}
</style>
background-color css
<style>
a { background-color: #8FA118; }
a { background-color: rgb(143,161,24); }
div.DivClassName
{
background-color: #8FA118;
}
.BgClassName
{
background-color: #8FA118;
}
</style>
border-color css
<style>
span { border-color: #8FA118; }
span { border-color: rgb(143,161,24); }
td.TdClassName
{
border-color: #8FA118;
}
.TagClassName
{
border-color: #8FA118;
}
</style>