Shades of Citron #8FA41A
Tints of Citron #8FA41A
RGB
CMYK
RGB Variations
Color information
#8FA41A (or 0x8FA41A) is known color: Citron. HEX triplet: 8F, A4 and 1A. RGB value is (143,164,26). Sum of RGB (Red+Green+Blue) = 143+164+26=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA41A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA41A is #705BE5. Grayscale: #8E8E8E. Windows color (decimal): -7363558 or 1746063. OLE color: 1746063.
HSL color Cylindrical-coordinate representation of color #8FA41A: hue angle of 69.13º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FA41A is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 26 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.36 |
| HSL | 69.13º | 0.73% | 0.37% | - |
| HSV(B) | 69.13º | 0.84% | 0.64% | - |
| XYZ | 24.79 | 32.47 | 5.94 | - |
| YUV | 141.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 26 | 0.13 | 0 | 0.84 | 0.36 | 69.13 | 0.73 | 0.37 |
| Hex | 8F | A4 | 1A | D | 0 | 54 | 24 | 45 | 49 | 25 |
| Octal | 217 | 244 | 32 | 15 | 0 | 124 | 44 | 105 | 111 | 45 |
| Binary | 10001111 | 10100100 | 11010 | 1101 | 0 | 1010100 | 100100 | 1000101 | 1001001 | 100101 |
Color Harmonies of #8FA41A
Complementary color
Monochromatic Colors of #8FA41A
Black with #8FA41A
Text Example
Text Example
White with #8FA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA41A; }
p { color: rgb(143,164,26); }
H1.HeaderClassName
{
color: #8FA41A;
}
.AnyTagClassName
{
color: #8FA41A;
}
</style>
background-color css
<style>
a { background-color: #8FA41A; }
a { background-color: rgb(143,164,26); }
div.DivClassName
{
background-color: #8FA41A;
}
.BgClassName
{
background-color: #8FA41A;
}
</style>
border-color css
<style>
span { border-color: #8FA41A; }
span { border-color: rgb(143,164,26); }
td.TdClassName
{
border-color: #8FA41A;
}
.TagClassName
{
border-color: #8FA41A;
}
</style>