Shades of Citrus #8FAC01
Tints of Citrus #8FAC01
RGB
CMYK
RGB Variations
Color information
#8FAC01 (or 0x8FAC01) is known color: Citrus. HEX triplet: 8F, AC and 01. RGB value is (143,172,1). Sum of RGB (Red+Green+Blue) = 143+172+1=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC01 is #7053FE. Grayscale: #909090. Windows color (decimal): -7361535 or 109711. OLE color: 109711.
HSL color Cylindrical-coordinate representation of color #8FAC01: hue angle of 70.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FAC01 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.33 |
| HSL | 70.18º | 0.99% | 0.34% | - |
| HSV(B) | 70.18º | 0.99% | 0.67% | - |
| XYZ | 26.09 | 35.35 | 5.48 | - |
| YUV | 143.84 | 47.39 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 1 | 0.17 | 0 | 0.99 | 0.33 | 70.18 | 0.99 | 0.34 |
| Hex | 8F | AC | 1 | 11 | 0 | 63 | 21 | 46 | 63 | 22 |
| Octal | 217 | 254 | 1 | 21 | 0 | 143 | 41 | 106 | 143 | 42 |
| Binary | 10001111 | 10101100 | 1 | 10001 | 0 | 1100011 | 100001 | 1000110 | 1100011 | 100010 |
Color Harmonies of #8FAC01
Complementary color
Monochromatic Colors of #8FAC01
Black with #8FAC01
Text Example
Text Example
White with #8FAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC01; }
p { color: rgb(143,172,1); }
H1.HeaderClassName
{
color: #8FAC01;
}
.AnyTagClassName
{
color: #8FAC01;
}
</style>
background-color css
<style>
a { background-color: #8FAC01; }
a { background-color: rgb(143,172,1); }
div.DivClassName
{
background-color: #8FAC01;
}
.BgClassName
{
background-color: #8FAC01;
}
</style>
border-color css
<style>
span { border-color: #8FAC01; }
span { border-color: rgb(143,172,1); }
td.TdClassName
{
border-color: #8FAC01;
}
.TagClassName
{
border-color: #8FAC01;
}
</style>