Shades of Citron #8FA41D
Tints of Citron #8FA41D
RGB
CMYK
RGB Variations
Color information
#8FA41D (or 0x8FA41D) is known color: Citron. HEX triplet: 8F, A4 and 1D. RGB value is (143,164,29). Sum of RGB (Red+Green+Blue) = 143+164+29=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA41D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA41D is #705BE2. Grayscale: #8E8E8E. Windows color (decimal): -7363555 or 1942671. OLE color: 1942671.
HSL color Cylindrical-coordinate representation of color #8FA41D: hue angle of 69.33º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8FA41D is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 29 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.36 |
| HSL | 69.33º | 0.7% | 0.38% | - |
| HSV(B) | 69.33º | 0.82% | 0.64% | - |
| XYZ | 24.82 | 32.48 | 6.12 | - |
| YUV | 142.33 | 64.04 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 29 | 0.13 | 0 | 0.82 | 0.36 | 69.33 | 0.7 | 0.38 |
| Hex | 8F | A4 | 1D | D | 0 | 52 | 24 | 45 | 46 | 26 |
| Octal | 217 | 244 | 35 | 15 | 0 | 122 | 44 | 105 | 106 | 46 |
| Binary | 10001111 | 10100100 | 11101 | 1101 | 0 | 1010010 | 100100 | 1000101 | 1000110 | 100110 |
Color Harmonies of #8FA41D
Complementary color
Monochromatic Colors of #8FA41D
Black with #8FA41D
Text Example
Text Example
White with #8FA41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA41D; }
p { color: rgb(143,164,29); }
H1.HeaderClassName
{
color: #8FA41D;
}
.AnyTagClassName
{
color: #8FA41D;
}
</style>
background-color css
<style>
a { background-color: #8FA41D; }
a { background-color: rgb(143,164,29); }
div.DivClassName
{
background-color: #8FA41D;
}
.BgClassName
{
background-color: #8FA41D;
}
</style>
border-color css
<style>
span { border-color: #8FA41D; }
span { border-color: rgb(143,164,29); }
td.TdClassName
{
border-color: #8FA41D;
}
.TagClassName
{
border-color: #8FA41D;
}
</style>