Shades of Citrus #8FAA0E
Tints of Citrus #8FAA0E
RGB
CMYK
RGB Variations
Color information
#8FAA0E (or 0x8FAA0E) is known color: Citrus. HEX triplet: 8F, AA and 0E. RGB value is (143,170,14). Sum of RGB (Red+Green+Blue) = 143+170+14=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA0E is #7055F1. Grayscale: #909090. Windows color (decimal): -7362034 or 961167. OLE color: 961167.
HSL color Cylindrical-coordinate representation of color #8FAA0E: hue angle of 70.38º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FAA0E is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 14 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.33 |
| HSL | 70.38º | 0.85% | 0.36% | - |
| HSV(B) | 70.38º | 0.92% | 0.67% | - |
| XYZ | 25.78 | 34.62 | 5.74 | - |
| YUV | 144.14 | 54.55 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 14 | 0.16 | 0 | 0.92 | 0.33 | 70.38 | 0.85 | 0.36 |
| Hex | 8F | AA | E | 10 | 0 | 5C | 21 | 46 | 55 | 24 |
| Octal | 217 | 252 | 16 | 20 | 0 | 134 | 41 | 106 | 125 | 44 |
| Binary | 10001111 | 10101010 | 1110 | 10000 | 0 | 1011100 | 100001 | 1000110 | 1010101 | 100100 |
Color Harmonies of #8FAA0E
Complementary color
Monochromatic Colors of #8FAA0E
Black with #8FAA0E
Text Example
Text Example
White with #8FAA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA0E; }
p { color: rgb(143,170,14); }
H1.HeaderClassName
{
color: #8FAA0E;
}
.AnyTagClassName
{
color: #8FAA0E;
}
</style>
background-color css
<style>
a { background-color: #8FAA0E; }
a { background-color: rgb(143,170,14); }
div.DivClassName
{
background-color: #8FAA0E;
}
.BgClassName
{
background-color: #8FAA0E;
}
</style>
border-color css
<style>
span { border-color: #8FAA0E; }
span { border-color: rgb(143,170,14); }
td.TdClassName
{
border-color: #8FAA0E;
}
.TagClassName
{
border-color: #8FAA0E;
}
</style>