Shades of Citrus #8FAC00
Tints of Citrus #8FAC00
RGB
CMYK
RGB Variations
Color information
#8FAC00 (or 0x8FAC00) is known color: Citrus. HEX triplet: 8F, AC and 00. RGB value is (143,172,0). Sum of RGB (Red+Green+Blue) = 143+172+0=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC00 is #7053FF. Grayscale: #909090. Windows color (decimal): -7361536 or 44175. OLE color: 44175.
HSL color Cylindrical-coordinate representation of color #8FAC00: hue angle of 70.12º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FAC00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.33 |
| HSL | 70.12º | 1% | 0.34% | - |
| HSV(B) | 70.12º | 1% | 0.67% | - |
| XYZ | 26.08 | 35.34 | 5.45 | - |
| YUV | 143.72 | 46.89 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 0 | 0.17 | 0 | 1 | 0.33 | 70.12 | 1 | 0.34 |
| Hex | 8F | AC | 0 | 11 | 0 | 64 | 21 | 46 | 64 | 22 |
| Octal | 217 | 254 | 0 | 21 | 0 | 144 | 41 | 106 | 144 | 42 |
| Binary | 10001111 | 10101100 | 0 | 10001 | 0 | 1100100 | 100001 | 1000110 | 1100100 | 100010 |
Color Harmonies of #8FAC00
Complementary color
Monochromatic Colors of #8FAC00
Black with #8FAC00
Text Example
Text Example
White with #8FAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC00; }
p { color: rgb(143,172,0); }
H1.HeaderClassName
{
color: #8FAC00;
}
.AnyTagClassName
{
color: #8FAC00;
}
</style>
background-color css
<style>
a { background-color: #8FAC00; }
a { background-color: rgb(143,172,0); }
div.DivClassName
{
background-color: #8FAC00;
}
.BgClassName
{
background-color: #8FAC00;
}
</style>
border-color css
<style>
span { border-color: #8FAC00; }
span { border-color: rgb(143,172,0); }
td.TdClassName
{
border-color: #8FAC00;
}
.TagClassName
{
border-color: #8FAC00;
}
</style>