Shades of Citrus #8FAC10
Tints of Citrus #8FAC10
RGB
CMYK
RGB Variations
Color information
#8FAC10 (or 0x8FAC10) is known color: Citrus. HEX triplet: 8F, AC and 10. RGB value is (143,172,16). Sum of RGB (Red+Green+Blue) = 143+172+16=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC10 is #7053EF. Grayscale: #929292. Windows color (decimal): -7361520 or 1092751. OLE color: 1092751.
HSL color Cylindrical-coordinate representation of color #8FAC10: hue angle of 71.15º degrees, saturation: 0.83, 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 #8FAC10 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 16 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.33 |
| HSL | 71.15º | 0.83% | 0.37% | - |
| HSV(B) | 71.15º | 0.91% | 0.67% | - |
| XYZ | 26.17 | 35.38 | 5.94 | - |
| YUV | 145.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 16 | 0.17 | 0 | 0.91 | 0.33 | 71.15 | 0.83 | 0.37 |
| Hex | 8F | AC | 10 | 11 | 0 | 5B | 21 | 47 | 53 | 25 |
| Octal | 217 | 254 | 20 | 21 | 0 | 133 | 41 | 107 | 123 | 45 |
| Binary | 10001111 | 10101100 | 10000 | 10001 | 0 | 1011011 | 100001 | 1000111 | 1010011 | 100101 |
Color Harmonies of #8FAC10
Complementary color
Monochromatic Colors of #8FAC10
Black with #8FAC10
Text Example
Text Example
White with #8FAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC10; }
p { color: rgb(143,172,16); }
H1.HeaderClassName
{
color: #8FAC10;
}
.AnyTagClassName
{
color: #8FAC10;
}
</style>
background-color css
<style>
a { background-color: #8FAC10; }
a { background-color: rgb(143,172,16); }
div.DivClassName
{
background-color: #8FAC10;
}
.BgClassName
{
background-color: #8FAC10;
}
</style>
border-color css
<style>
span { border-color: #8FAC10; }
span { border-color: rgb(143,172,16); }
td.TdClassName
{
border-color: #8FAC10;
}
.TagClassName
{
border-color: #8FAC10;
}
</style>