Shades of Citrus #8FAB0F
Tints of Citrus #8FAB0F
RGB
CMYK
RGB Variations
Color information
#8FAB0F (or 0x8FAB0F) is known color: Citrus. HEX triplet: 8F, AB and 0F. RGB value is (143,171,15). Sum of RGB (Red+Green+Blue) = 143+171+15=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAB0F is #7054F0. Grayscale: #919191. Windows color (decimal): -7361777 or 1026959. OLE color: 1026959.
HSL color Cylindrical-coordinate representation of color #8FAB0F: hue angle of 70.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FAB0F is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 15 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.33 |
| HSL | 70.77º | 0.84% | 0.36% | - |
| HSV(B) | 70.77º | 0.91% | 0.67% | - |
| XYZ | 25.98 | 35 | 5.84 | - |
| YUV | 144.84 | 54.72 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 15 | 0.16 | 0 | 0.91 | 0.33 | 70.77 | 0.84 | 0.36 |
| Hex | 8F | AB | F | 10 | 0 | 5B | 21 | 47 | 54 | 24 |
| Octal | 217 | 253 | 17 | 20 | 0 | 133 | 41 | 107 | 124 | 44 |
| Binary | 10001111 | 10101011 | 1111 | 10000 | 0 | 1011011 | 100001 | 1000111 | 1010100 | 100100 |
Color Harmonies of #8FAB0F
Complementary color
Monochromatic Colors of #8FAB0F
Black with #8FAB0F
Text Example
Text Example
White with #8FAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB0F; }
p { color: rgb(143,171,15); }
H1.HeaderClassName
{
color: #8FAB0F;
}
.AnyTagClassName
{
color: #8FAB0F;
}
</style>
background-color css
<style>
a { background-color: #8FAB0F; }
a { background-color: rgb(143,171,15); }
div.DivClassName
{
background-color: #8FAB0F;
}
.BgClassName
{
background-color: #8FAB0F;
}
</style>
border-color css
<style>
span { border-color: #8FAB0F; }
span { border-color: rgb(143,171,15); }
td.TdClassName
{
border-color: #8FAB0F;
}
.TagClassName
{
border-color: #8FAB0F;
}
</style>