Shades of Citrus #8FAF00
Tints of Citrus #8FAF00
RGB
CMYK
RGB Variations
Color information
#8FAF00 (or 0x8FAF00) is known color: Citrus. HEX triplet: 8F, AF and 00. RGB value is (143,175,0). Sum of RGB (Red+Green+Blue) = 143+175+0=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAF00 is #7050FF. Grayscale: #929292. Windows color (decimal): -7360768 or 44943. OLE color: 44943.
HSL color Cylindrical-coordinate representation of color #8FAF00: hue angle of 70.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FAF00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.31 |
| HSL | 70.97º | 1% | 0.34% | - |
| HSV(B) | 70.97º | 1% | 0.69% | - |
| XYZ | 26.66 | 36.5 | 5.64 | - |
| YUV | 145.48 | 45.9 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 0 | 0.18 | 0 | 1 | 0.31 | 70.97 | 1 | 0.34 |
| Hex | 8F | AF | 0 | 12 | 0 | 64 | 1F | 47 | 64 | 22 |
| Octal | 217 | 257 | 0 | 22 | 0 | 144 | 37 | 107 | 144 | 42 |
| Binary | 10001111 | 10101111 | 0 | 10010 | 0 | 1100100 | 11111 | 1000111 | 1100100 | 100010 |
Color Harmonies of #8FAF00
Complementary color
Monochromatic Colors of #8FAF00
Black with #8FAF00
Text Example
Text Example
White with #8FAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF00; }
p { color: rgb(143,175,0); }
H1.HeaderClassName
{
color: #8FAF00;
}
.AnyTagClassName
{
color: #8FAF00;
}
</style>
background-color css
<style>
a { background-color: #8FAF00; }
a { background-color: rgb(143,175,0); }
div.DivClassName
{
background-color: #8FAF00;
}
.BgClassName
{
background-color: #8FAF00;
}
</style>
border-color css
<style>
span { border-color: #8FAF00; }
span { border-color: rgb(143,175,0); }
td.TdClassName
{
border-color: #8FAF00;
}
.TagClassName
{
border-color: #8FAF00;
}
</style>