Shades of Citrus #8FAC0F
Tints of Citrus #8FAC0F
RGB
CMYK
RGB Variations
Color information
#8FAC0F (or 0x8FAC0F) is known color: Citrus. HEX triplet: 8F, AC and 0F. RGB value is (143,172,15). Sum of RGB (Red+Green+Blue) = 143+172+15=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC0F is #7053F0. Grayscale: #929292. Windows color (decimal): -7361521 or 1027215. OLE color: 1027215.
HSL color Cylindrical-coordinate representation of color #8FAC0F: hue angle of 71.08º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FAC0F is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 15 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.33 |
| HSL | 71.08º | 0.84% | 0.37% | - |
| HSV(B) | 71.08º | 0.91% | 0.67% | - |
| XYZ | 26.17 | 35.38 | 5.9 | - |
| YUV | 145.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 15 | 0.17 | 0 | 0.91 | 0.33 | 71.08 | 0.84 | 0.37 |
| Hex | 8F | AC | F | 11 | 0 | 5B | 21 | 47 | 54 | 25 |
| Octal | 217 | 254 | 17 | 21 | 0 | 133 | 41 | 107 | 124 | 45 |
| Binary | 10001111 | 10101100 | 1111 | 10001 | 0 | 1011011 | 100001 | 1000111 | 1010100 | 100101 |
Color Harmonies of #8FAC0F
Complementary color
Monochromatic Colors of #8FAC0F
Black with #8FAC0F
Text Example
Text Example
White with #8FAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC0F; }
p { color: rgb(143,172,15); }
H1.HeaderClassName
{
color: #8FAC0F;
}
.AnyTagClassName
{
color: #8FAC0F;
}
</style>
background-color css
<style>
a { background-color: #8FAC0F; }
a { background-color: rgb(143,172,15); }
div.DivClassName
{
background-color: #8FAC0F;
}
.BgClassName
{
background-color: #8FAC0F;
}
</style>
border-color css
<style>
span { border-color: #8FAC0F; }
span { border-color: rgb(143,172,15); }
td.TdClassName
{
border-color: #8FAC0F;
}
.TagClassName
{
border-color: #8FAC0F;
}
</style>