Shades of Citrus #8FAA0C
Tints of Citrus #8FAA0C
RGB
CMYK
RGB Variations
Color information
#8FAA0C (or 0x8FAA0C) is known color: Citrus. HEX triplet: 8F, AA and 0C. RGB value is (143,170,12). Sum of RGB (Red+Green+Blue) = 143+170+12=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA0C is #7055F3. Grayscale: #909090. Windows color (decimal): -7362036 or 830095. OLE color: 830095.
HSL color Cylindrical-coordinate representation of color #8FAA0C: hue angle of 70.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FAA0C is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 12 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.33 |
| HSL | 70.25º | 0.87% | 0.36% | - |
| HSV(B) | 70.25º | 0.93% | 0.67% | - |
| XYZ | 25.77 | 34.62 | 5.67 | - |
| YUV | 143.92 | 53.55 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 12 | 0.16 | 0 | 0.93 | 0.33 | 70.25 | 0.87 | 0.36 |
| Hex | 8F | AA | C | 10 | 0 | 5D | 21 | 46 | 57 | 24 |
| Octal | 217 | 252 | 14 | 20 | 0 | 135 | 41 | 106 | 127 | 44 |
| Binary | 10001111 | 10101010 | 1100 | 10000 | 0 | 1011101 | 100001 | 1000110 | 1010111 | 100100 |
Color Harmonies of #8FAA0C
Complementary color
Monochromatic Colors of #8FAA0C
Black with #8FAA0C
Text Example
Text Example
White with #8FAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA0C; }
p { color: rgb(143,170,12); }
H1.HeaderClassName
{
color: #8FAA0C;
}
.AnyTagClassName
{
color: #8FAA0C;
}
</style>
background-color css
<style>
a { background-color: #8FAA0C; }
a { background-color: rgb(143,170,12); }
div.DivClassName
{
background-color: #8FAA0C;
}
.BgClassName
{
background-color: #8FAA0C;
}
</style>
border-color css
<style>
span { border-color: #8FAA0C; }
span { border-color: rgb(143,170,12); }
td.TdClassName
{
border-color: #8FAA0C;
}
.TagClassName
{
border-color: #8FAA0C;
}
</style>