Shades of Citrus #8FAC0C
Tints of Citrus #8FAC0C
RGB
CMYK
RGB Variations
Color information
#8FAC0C (or 0x8FAC0C) is known color: Citrus. HEX triplet: 8F, AC and 0C. RGB value is (143,172,12). Sum of RGB (Red+Green+Blue) = 143+172+12=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC0C is #7053F3. Grayscale: #919191. Windows color (decimal): -7361524 or 830607. OLE color: 830607.
HSL color Cylindrical-coordinate representation of color #8FAC0C: hue angle of 70.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FAC0C is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 12 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.33 |
| HSL | 70.88º | 0.87% | 0.36% | - |
| HSV(B) | 70.88º | 0.93% | 0.67% | - |
| XYZ | 26.15 | 35.37 | 5.8 | - |
| YUV | 145.09 | 52.89 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 12 | 0.17 | 0 | 0.93 | 0.33 | 70.88 | 0.87 | 0.36 |
| Hex | 8F | AC | C | 11 | 0 | 5D | 21 | 47 | 57 | 24 |
| Octal | 217 | 254 | 14 | 21 | 0 | 135 | 41 | 107 | 127 | 44 |
| Binary | 10001111 | 10101100 | 1100 | 10001 | 0 | 1011101 | 100001 | 1000111 | 1010111 | 100100 |
Color Harmonies of #8FAC0C
Complementary color
Monochromatic Colors of #8FAC0C
Black with #8FAC0C
Text Example
Text Example
White with #8FAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC0C; }
p { color: rgb(143,172,12); }
H1.HeaderClassName
{
color: #8FAC0C;
}
.AnyTagClassName
{
color: #8FAC0C;
}
</style>
background-color css
<style>
a { background-color: #8FAC0C; }
a { background-color: rgb(143,172,12); }
div.DivClassName
{
background-color: #8FAC0C;
}
.BgClassName
{
background-color: #8FAC0C;
}
</style>
border-color css
<style>
span { border-color: #8FAC0C; }
span { border-color: rgb(143,172,12); }
td.TdClassName
{
border-color: #8FAC0C;
}
.TagClassName
{
border-color: #8FAC0C;
}
</style>