Shades of Citrus #8FAB04
Tints of Citrus #8FAB04
RGB
CMYK
RGB Variations
Color information
#8FAB04 (or 0x8FAB04) is known color: Citrus. HEX triplet: 8F, AB and 04. RGB value is (143,171,4). Sum of RGB (Red+Green+Blue) = 143+171+4=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAB04 is #7054FB. Grayscale: #909090. Windows color (decimal): -7361788 or 306063. OLE color: 306063.
HSL color Cylindrical-coordinate representation of color #8FAB04: hue angle of 70.06º degrees, saturation: 0.95, 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 #8FAB04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.33 |
| HSL | 70.06º | 0.95% | 0.34% | - |
| HSV(B) | 70.06º | 0.98% | 0.67% | - |
| XYZ | 25.91 | 34.97 | 5.5 | - |
| YUV | 143.59 | 49.22 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 4 | 0.16 | 0 | 0.98 | 0.33 | 70.06 | 0.95 | 0.34 |
| Hex | 8F | AB | 4 | 10 | 0 | 62 | 21 | 46 | 5F | 22 |
| Octal | 217 | 253 | 4 | 20 | 0 | 142 | 41 | 106 | 137 | 42 |
| Binary | 10001111 | 10101011 | 100 | 10000 | 0 | 1100010 | 100001 | 1000110 | 1011111 | 100010 |
Color Harmonies of #8FAB04
Complementary color
Monochromatic Colors of #8FAB04
Black with #8FAB04
Text Example
Text Example
White with #8FAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB04; }
p { color: rgb(143,171,4); }
H1.HeaderClassName
{
color: #8FAB04;
}
.AnyTagClassName
{
color: #8FAB04;
}
</style>
background-color css
<style>
a { background-color: #8FAB04; }
a { background-color: rgb(143,171,4); }
div.DivClassName
{
background-color: #8FAB04;
}
.BgClassName
{
background-color: #8FAB04;
}
</style>
border-color css
<style>
span { border-color: #8FAB04; }
span { border-color: rgb(143,171,4); }
td.TdClassName
{
border-color: #8FAB04;
}
.TagClassName
{
border-color: #8FAB04;
}
</style>