Shades of Citrus #8FAA08
Tints of Citrus #8FAA08
RGB
CMYK
RGB Variations
Color information
#8FAA08 (or 0x8FAA08) is known color: Citrus. HEX triplet: 8F, AA and 08. RGB value is (143,170,8). Sum of RGB (Red+Green+Blue) = 143+170+8=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA08 is #7055F7. Grayscale: #909090. Windows color (decimal): -7362040 or 567951. OLE color: 567951.
HSL color Cylindrical-coordinate representation of color #8FAA08: hue angle of 70º degrees, saturation: 0.91, 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 #8FAA08 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 8 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.33 |
| HSL | 70º | 0.91% | 0.35% | - |
| HSV(B) | 70º | 0.95% | 0.67% | - |
| XYZ | 25.75 | 34.61 | 5.55 | - |
| YUV | 143.46 | 51.55 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 8 | 0.16 | 0 | 0.95 | 0.33 | 70 | 0.91 | 0.35 |
| Hex | 8F | AA | 8 | 10 | 0 | 5F | 21 | 46 | 5B | 23 |
| Octal | 217 | 252 | 10 | 20 | 0 | 137 | 41 | 106 | 133 | 43 |
| Binary | 10001111 | 10101010 | 1000 | 10000 | 0 | 1011111 | 100001 | 1000110 | 1011011 | 100011 |
Color Harmonies of #8FAA08
Complementary color
Monochromatic Colors of #8FAA08
Black with #8FAA08
Text Example
Text Example
White with #8FAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA08; }
p { color: rgb(143,170,8); }
H1.HeaderClassName
{
color: #8FAA08;
}
.AnyTagClassName
{
color: #8FAA08;
}
</style>
background-color css
<style>
a { background-color: #8FAA08; }
a { background-color: rgb(143,170,8); }
div.DivClassName
{
background-color: #8FAA08;
}
.BgClassName
{
background-color: #8FAA08;
}
</style>
border-color css
<style>
span { border-color: #8FAA08; }
span { border-color: rgb(143,170,8); }
td.TdClassName
{
border-color: #8FAA08;
}
.TagClassName
{
border-color: #8FAA08;
}
</style>