Shades of Citrus #8FAC09
Tints of Citrus #8FAC09
RGB
CMYK
RGB Variations
Color information
#8FAC09 (or 0x8FAC09) is known color: Citrus. HEX triplet: 8F, AC and 09. RGB value is (143,172,9). Sum of RGB (Red+Green+Blue) = 143+172+9=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC09 is #7053F6. Grayscale: #919191. Windows color (decimal): -7361527 or 633999. OLE color: 633999.
HSL color Cylindrical-coordinate representation of color #8FAC09: hue angle of 70.67º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FAC09 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 9 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.33 |
| HSL | 70.67º | 0.9% | 0.35% | - |
| HSV(B) | 70.67º | 0.95% | 0.67% | - |
| XYZ | 26.13 | 35.36 | 5.71 | - |
| YUV | 144.75 | 51.39 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 9 | 0.17 | 0 | 0.95 | 0.33 | 70.67 | 0.9 | 0.35 |
| Hex | 8F | AC | 9 | 11 | 0 | 5F | 21 | 47 | 5A | 23 |
| Octal | 217 | 254 | 11 | 21 | 0 | 137 | 41 | 107 | 132 | 43 |
| Binary | 10001111 | 10101100 | 1001 | 10001 | 0 | 1011111 | 100001 | 1000111 | 1011010 | 100011 |
Color Harmonies of #8FAC09
Complementary color
Monochromatic Colors of #8FAC09
Black with #8FAC09
Text Example
Text Example
White with #8FAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC09; }
p { color: rgb(143,172,9); }
H1.HeaderClassName
{
color: #8FAC09;
}
.AnyTagClassName
{
color: #8FAC09;
}
</style>
background-color css
<style>
a { background-color: #8FAC09; }
a { background-color: rgb(143,172,9); }
div.DivClassName
{
background-color: #8FAC09;
}
.BgClassName
{
background-color: #8FAC09;
}
</style>
border-color css
<style>
span { border-color: #8FAC09; }
span { border-color: rgb(143,172,9); }
td.TdClassName
{
border-color: #8FAC09;
}
.TagClassName
{
border-color: #8FAC09;
}
</style>