Shades of Citrus #8FAA0A
Tints of Citrus #8FAA0A
RGB
CMYK
RGB Variations
Color information
#8FAA0A (or 0x8FAA0A) is known color: Citrus. HEX triplet: 8F, AA and 0A. RGB value is (143,170,10). Sum of RGB (Red+Green+Blue) = 143+170+10=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA0A is #7055F5. Grayscale: #909090. Windows color (decimal): -7362038 or 699023. OLE color: 699023.
HSL color Cylindrical-coordinate representation of color #8FAA0A: hue angle of 70.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FAA0A is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 10 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.33 |
| HSL | 70.13º | 0.89% | 0.35% | - |
| HSV(B) | 70.13º | 0.94% | 0.67% | - |
| XYZ | 25.76 | 34.61 | 5.61 | - |
| YUV | 143.69 | 52.55 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 10 | 0.16 | 0 | 0.94 | 0.33 | 70.13 | 0.89 | 0.35 |
| Hex | 8F | AA | A | 10 | 0 | 5E | 21 | 46 | 59 | 23 |
| Octal | 217 | 252 | 12 | 20 | 0 | 136 | 41 | 106 | 131 | 43 |
| Binary | 10001111 | 10101010 | 1010 | 10000 | 0 | 1011110 | 100001 | 1000110 | 1011001 | 100011 |
Color Harmonies of #8FAA0A
Complementary color
Monochromatic Colors of #8FAA0A
Black with #8FAA0A
Text Example
Text Example
White with #8FAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA0A; }
p { color: rgb(143,170,10); }
H1.HeaderClassName
{
color: #8FAA0A;
}
.AnyTagClassName
{
color: #8FAA0A;
}
</style>
background-color css
<style>
a { background-color: #8FAA0A; }
a { background-color: rgb(143,170,10); }
div.DivClassName
{
background-color: #8FAA0A;
}
.BgClassName
{
background-color: #8FAA0A;
}
</style>
border-color css
<style>
span { border-color: #8FAA0A; }
span { border-color: rgb(143,170,10); }
td.TdClassName
{
border-color: #8FAA0A;
}
.TagClassName
{
border-color: #8FAA0A;
}
</style>