Shades of Citron #8FA61B
Tints of Citron #8FA61B
RGB
CMYK
RGB Variations
Color information
#8FA61B (or 0x8FA61B) is known color: Citron. HEX triplet: 8F, A6 and 1B. RGB value is (143,166,27). Sum of RGB (Red+Green+Blue) = 143+166+27=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA61B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA61B is #7059E4. Grayscale: #8F8F8F. Windows color (decimal): -7363045 or 1812111. OLE color: 1812111.
HSL color Cylindrical-coordinate representation of color #8FA61B: hue angle of 69.93º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FA61B is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 27 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.35 |
| HSL | 69.93º | 0.72% | 0.38% | - |
| HSV(B) | 69.93º | 0.84% | 0.65% | - |
| XYZ | 25.16 | 33.19 | 6.12 | - |
| YUV | 143.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 27 | 0.14 | 0 | 0.84 | 0.35 | 69.93 | 0.72 | 0.38 |
| Hex | 8F | A6 | 1B | E | 0 | 54 | 23 | 46 | 48 | 26 |
| Octal | 217 | 246 | 33 | 16 | 0 | 124 | 43 | 106 | 110 | 46 |
| Binary | 10001111 | 10100110 | 11011 | 1110 | 0 | 1010100 | 100011 | 1000110 | 1001000 | 100110 |
Color Harmonies of #8FA61B
Complementary color
Monochromatic Colors of #8FA61B
Black with #8FA61B
Text Example
Text Example
White with #8FA61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA61B; }
p { color: rgb(143,166,27); }
H1.HeaderClassName
{
color: #8FA61B;
}
.AnyTagClassName
{
color: #8FA61B;
}
</style>
background-color css
<style>
a { background-color: #8FA61B; }
a { background-color: rgb(143,166,27); }
div.DivClassName
{
background-color: #8FA61B;
}
.BgClassName
{
background-color: #8FA61B;
}
</style>
border-color css
<style>
span { border-color: #8FA61B; }
span { border-color: rgb(143,166,27); }
td.TdClassName
{
border-color: #8FA61B;
}
.TagClassName
{
border-color: #8FA61B;
}
</style>