Shades of Citron #8FA61C
Tints of Citron #8FA61C
RGB
CMYK
RGB Variations
Color information
#8FA61C (or 0x8FA61C) is known color: Citron. HEX triplet: 8F, A6 and 1C. RGB value is (143,166,28). Sum of RGB (Red+Green+Blue) = 143+166+28=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA61C is #7059E3. Grayscale: #8F8F8F. Windows color (decimal): -7363044 or 1877647. OLE color: 1877647.
HSL color Cylindrical-coordinate representation of color #8FA61C: hue angle of 70º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8FA61C is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 28 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.35 |
| HSL | 70º | 0.71% | 0.38% | - |
| HSV(B) | 70º | 0.83% | 0.65% | - |
| XYZ | 25.17 | 33.2 | 6.18 | - |
| YUV | 143.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 28 | 0.14 | 0 | 0.83 | 0.35 | 70 | 0.71 | 0.38 |
| Hex | 8F | A6 | 1C | E | 0 | 53 | 23 | 46 | 47 | 26 |
| Octal | 217 | 246 | 34 | 16 | 0 | 123 | 43 | 106 | 107 | 46 |
| Binary | 10001111 | 10100110 | 11100 | 1110 | 0 | 1010011 | 100011 | 1000110 | 1000111 | 100110 |
Color Harmonies of #8FA61C
Complementary color
Monochromatic Colors of #8FA61C
Black with #8FA61C
Text Example
Text Example
White with #8FA61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA61C; }
p { color: rgb(143,166,28); }
H1.HeaderClassName
{
color: #8FA61C;
}
.AnyTagClassName
{
color: #8FA61C;
}
</style>
background-color css
<style>
a { background-color: #8FA61C; }
a { background-color: rgb(143,166,28); }
div.DivClassName
{
background-color: #8FA61C;
}
.BgClassName
{
background-color: #8FA61C;
}
</style>
border-color css
<style>
span { border-color: #8FA61C; }
span { border-color: rgb(143,166,28); }
td.TdClassName
{
border-color: #8FA61C;
}
.TagClassName
{
border-color: #8FA61C;
}
</style>