Shades of Citron #8FA026
Tints of Citron #8FA026
RGB
CMYK
RGB Variations
Color information
#8FA026 (or 0x8FA026) is known color: Citron. HEX triplet: 8F, A0 and 26. RGB value is (143,160,38). Sum of RGB (Red+Green+Blue) = 143+160+38=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA026 is #705FD9. Grayscale: #8D8D8D. Windows color (decimal): -7364570 or 2531471. OLE color: 2531471.
HSL color Cylindrical-coordinate representation of color #8FA026: hue angle of 68.36º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FA026 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 38 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.37 |
| HSL | 68.36º | 0.62% | 0.39% | - |
| HSV(B) | 68.36º | 0.76% | 0.63% | - |
| XYZ | 24.25 | 31.12 | 6.56 | - |
| YUV | 141.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 38 | 0.11 | 0 | 0.76 | 0.37 | 68.36 | 0.62 | 0.39 |
| Hex | 8F | A0 | 26 | B | 0 | 4C | 25 | 44 | 3E | 27 |
| Octal | 217 | 240 | 46 | 13 | 0 | 114 | 45 | 104 | 76 | 47 |
| Binary | 10001111 | 10100000 | 100110 | 1011 | 0 | 1001100 | 100101 | 1000100 | 111110 | 100111 |
Color Harmonies of #8FA026
Complementary color
Monochromatic Colors of #8FA026
Black with #8FA026
Text Example
Text Example
White with #8FA026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA026; }
p { color: rgb(143,160,38); }
H1.HeaderClassName
{
color: #8FA026;
}
.AnyTagClassName
{
color: #8FA026;
}
</style>
background-color css
<style>
a { background-color: #8FA026; }
a { background-color: rgb(143,160,38); }
div.DivClassName
{
background-color: #8FA026;
}
.BgClassName
{
background-color: #8FA026;
}
</style>
border-color css
<style>
span { border-color: #8FA026; }
span { border-color: rgb(143,160,38); }
td.TdClassName
{
border-color: #8FA026;
}
.TagClassName
{
border-color: #8FA026;
}
</style>