Shades of Citrus #8FAA03
Tints of Citrus #8FAA03
RGB
CMYK
RGB Variations
Color information
#8FAA03 (or 0x8FAA03) is known color: Citrus. HEX triplet: 8F, AA and 03. RGB value is (143,170,3). Sum of RGB (Red+Green+Blue) = 143+170+3=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA03 is #7055FC. Grayscale: #8F8F8F. Windows color (decimal): -7362045 or 240271. OLE color: 240271.
HSL color Cylindrical-coordinate representation of color #8FAA03: hue angle of 69.7º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8FAA03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.33 |
| HSL | 69.7º | 0.97% | 0.34% | - |
| HSV(B) | 69.7º | 0.98% | 0.67% | - |
| XYZ | 25.72 | 34.6 | 5.41 | - |
| YUV | 142.89 | 49.05 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 3 | 0.16 | 0 | 0.98 | 0.33 | 69.7 | 0.97 | 0.34 |
| Hex | 8F | AA | 3 | 10 | 0 | 62 | 21 | 46 | 61 | 22 |
| Octal | 217 | 252 | 3 | 20 | 0 | 142 | 41 | 106 | 141 | 42 |
| Binary | 10001111 | 10101010 | 11 | 10000 | 0 | 1100010 | 100001 | 1000110 | 1100001 | 100010 |
Color Harmonies of #8FAA03
Complementary color
Monochromatic Colors of #8FAA03
Black with #8FAA03
Text Example
Text Example
White with #8FAA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA03; }
p { color: rgb(143,170,3); }
H1.HeaderClassName
{
color: #8FAA03;
}
.AnyTagClassName
{
color: #8FAA03;
}
</style>
background-color css
<style>
a { background-color: #8FAA03; }
a { background-color: rgb(143,170,3); }
div.DivClassName
{
background-color: #8FAA03;
}
.BgClassName
{
background-color: #8FAA03;
}
</style>
border-color css
<style>
span { border-color: #8FAA03; }
span { border-color: rgb(143,170,3); }
td.TdClassName
{
border-color: #8FAA03;
}
.TagClassName
{
border-color: #8FAA03;
}
</style>