Shades of Citron #8FA20E
Tints of Citron #8FA20E
RGB
CMYK
RGB Variations
Color information
#8FA20E (or 0x8FA20E) is known color: Citron. HEX triplet: 8F, A2 and 0E. RGB value is (143,162,14). Sum of RGB (Red+Green+Blue) = 143+162+14=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA20E is #705DF1. Grayscale: #8C8C8C. Windows color (decimal): -7364082 or 959119. OLE color: 959119.
HSL color Cylindrical-coordinate representation of color #8FA20E: hue angle of 67.7º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FA20E is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 162 | 14 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.36 |
| HSL | 67.7º | 0.84% | 0.35% | - |
| HSV(B) | 67.7º | 0.91% | 0.64% | - |
| XYZ | 24.33 | 31.71 | 5.25 | - |
| YUV | 139.45 | 57.21 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 14 | 0.12 | 0 | 0.91 | 0.36 | 67.7 | 0.84 | 0.35 |
| Hex | 8F | A2 | E | C | 0 | 5B | 24 | 44 | 54 | 23 |
| Octal | 217 | 242 | 16 | 14 | 0 | 133 | 44 | 104 | 124 | 43 |
| Binary | 10001111 | 10100010 | 1110 | 1100 | 0 | 1011011 | 100100 | 1000100 | 1010100 | 100011 |
Color Harmonies of #8FA20E
Complementary color
Monochromatic Colors of #8FA20E
Black with #8FA20E
Text Example
Text Example
White with #8FA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA20E; }
p { color: rgb(143,162,14); }
H1.HeaderClassName
{
color: #8FA20E;
}
.AnyTagClassName
{
color: #8FA20E;
}
</style>
background-color css
<style>
a { background-color: #8FA20E; }
a { background-color: rgb(143,162,14); }
div.DivClassName
{
background-color: #8FA20E;
}
.BgClassName
{
background-color: #8FA20E;
}
</style>
border-color css
<style>
span { border-color: #8FA20E; }
span { border-color: rgb(143,162,14); }
td.TdClassName
{
border-color: #8FA20E;
}
.TagClassName
{
border-color: #8FA20E;
}
</style>