Shades of Citrus #8FAA02
Tints of Citrus #8FAA02
RGB
CMYK
RGB Variations
Color information
#8FAA02 (or 0x8FAA02) is known color: Citrus. HEX triplet: 8F, AA and 02. RGB value is (143,170,2). Sum of RGB (Red+Green+Blue) = 143+170+2=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA02 is #7055FD. Grayscale: #8F8F8F. Windows color (decimal): -7362046 or 174735. OLE color: 174735.
HSL color Cylindrical-coordinate representation of color #8FAA02: hue angle of 69.64º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FAA02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.33 |
| HSL | 69.64º | 0.98% | 0.34% | - |
| HSV(B) | 69.64º | 0.99% | 0.67% | - |
| XYZ | 25.71 | 34.59 | 5.38 | - |
| YUV | 142.78 | 48.55 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 2 | 0.16 | 0 | 0.99 | 0.33 | 69.64 | 0.98 | 0.34 |
| Hex | 8F | AA | 2 | 10 | 0 | 63 | 21 | 46 | 62 | 22 |
| Octal | 217 | 252 | 2 | 20 | 0 | 143 | 41 | 106 | 142 | 42 |
| Binary | 10001111 | 10101010 | 10 | 10000 | 0 | 1100011 | 100001 | 1000110 | 1100010 | 100010 |
Color Harmonies of #8FAA02
Complementary color
Monochromatic Colors of #8FAA02
Black with #8FAA02
Text Example
Text Example
White with #8FAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA02; }
p { color: rgb(143,170,2); }
H1.HeaderClassName
{
color: #8FAA02;
}
.AnyTagClassName
{
color: #8FAA02;
}
</style>
background-color css
<style>
a { background-color: #8FAA02; }
a { background-color: rgb(143,170,2); }
div.DivClassName
{
background-color: #8FAA02;
}
.BgClassName
{
background-color: #8FAA02;
}
</style>
border-color css
<style>
span { border-color: #8FAA02; }
span { border-color: rgb(143,170,2); }
td.TdClassName
{
border-color: #8FAA02;
}
.TagClassName
{
border-color: #8FAA02;
}
</style>