Shades of Citrus #8FAC04
Tints of Citrus #8FAC04
RGB
CMYK
RGB Variations
Color information
#8FAC04 (or 0x8FAC04) is known color: Citrus. HEX triplet: 8F, AC and 04. RGB value is (143,172,4). Sum of RGB (Red+Green+Blue) = 143+172+4=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC04 is #7053FB. Grayscale: #909090. Windows color (decimal): -7361532 or 306319. OLE color: 306319.
HSL color Cylindrical-coordinate representation of color #8FAC04: hue angle of 70.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8FAC04 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 4 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.33 |
| HSL | 70.36º | 0.95% | 0.35% | - |
| HSV(B) | 70.36º | 0.98% | 0.67% | - |
| XYZ | 26.1 | 35.35 | 5.56 | - |
| YUV | 144.18 | 48.89 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 4 | 0.17 | 0 | 0.98 | 0.33 | 70.36 | 0.95 | 0.35 |
| Hex | 8F | AC | 4 | 11 | 0 | 62 | 21 | 46 | 5F | 23 |
| Octal | 217 | 254 | 4 | 21 | 0 | 142 | 41 | 106 | 137 | 43 |
| Binary | 10001111 | 10101100 | 100 | 10001 | 0 | 1100010 | 100001 | 1000110 | 1011111 | 100011 |
Color Harmonies of #8FAC04
Complementary color
Monochromatic Colors of #8FAC04
Black with #8FAC04
Text Example
Text Example
White with #8FAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC04; }
p { color: rgb(143,172,4); }
H1.HeaderClassName
{
color: #8FAC04;
}
.AnyTagClassName
{
color: #8FAC04;
}
</style>
background-color css
<style>
a { background-color: #8FAC04; }
a { background-color: rgb(143,172,4); }
div.DivClassName
{
background-color: #8FAC04;
}
.BgClassName
{
background-color: #8FAC04;
}
</style>
border-color css
<style>
span { border-color: #8FAC04; }
span { border-color: rgb(143,172,4); }
td.TdClassName
{
border-color: #8FAC04;
}
.TagClassName
{
border-color: #8FAC04;
}
</style>