Shades of Citrus #8FAA06
Tints of Citrus #8FAA06
RGB
CMYK
RGB Variations
Color information
#8FAA06 (or 0x8FAA06) is known color: Citrus. HEX triplet: 8F, AA and 06. RGB value is (143,170,6). Sum of RGB (Red+Green+Blue) = 143+170+6=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA06 is #7055F9. Grayscale: #8F8F8F. Windows color (decimal): -7362042 or 436879. OLE color: 436879.
HSL color Cylindrical-coordinate representation of color #8FAA06: hue angle of 69.88º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FAA06 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 6 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.33 |
| HSL | 69.88º | 0.93% | 0.35% | - |
| HSV(B) | 69.88º | 0.96% | 0.67% | - |
| XYZ | 25.74 | 34.6 | 5.49 | - |
| YUV | 143.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 6 | 0.16 | 0 | 0.96 | 0.33 | 69.88 | 0.93 | 0.35 |
| Hex | 8F | AA | 6 | 10 | 0 | 60 | 21 | 46 | 5D | 23 |
| Octal | 217 | 252 | 6 | 20 | 0 | 140 | 41 | 106 | 135 | 43 |
| Binary | 10001111 | 10101010 | 110 | 10000 | 0 | 1100000 | 100001 | 1000110 | 1011101 | 100011 |
Color Harmonies of #8FAA06
Complementary color
Monochromatic Colors of #8FAA06
Black with #8FAA06
Text Example
Text Example
White with #8FAA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA06; }
p { color: rgb(143,170,6); }
H1.HeaderClassName
{
color: #8FAA06;
}
.AnyTagClassName
{
color: #8FAA06;
}
</style>
background-color css
<style>
a { background-color: #8FAA06; }
a { background-color: rgb(143,170,6); }
div.DivClassName
{
background-color: #8FAA06;
}
.BgClassName
{
background-color: #8FAA06;
}
</style>
border-color css
<style>
span { border-color: #8FAA06; }
span { border-color: rgb(143,170,6); }
td.TdClassName
{
border-color: #8FAA06;
}
.TagClassName
{
border-color: #8FAA06;
}
</style>