Shades of Citrus #8FAB07
Tints of Citrus #8FAB07
RGB
CMYK
RGB Variations
Color information
#8FAB07 (or 0x8FAB07) is known color: Citrus. HEX triplet: 8F, AB and 07. RGB value is (143,171,7). Sum of RGB (Red+Green+Blue) = 143+171+7=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAB07 is #7054F8. Grayscale: #909090. Windows color (decimal): -7361785 or 502671. OLE color: 502671.
HSL color Cylindrical-coordinate representation of color #8FAB07: hue angle of 70.24º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FAB07 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 7 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.33 |
| HSL | 70.24º | 0.92% | 0.35% | - |
| HSV(B) | 70.24º | 0.96% | 0.67% | - |
| XYZ | 25.93 | 34.98 | 5.59 | - |
| YUV | 143.93 | 50.72 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 7 | 0.16 | 0 | 0.96 | 0.33 | 70.24 | 0.92 | 0.35 |
| Hex | 8F | AB | 7 | 10 | 0 | 60 | 21 | 46 | 5C | 23 |
| Octal | 217 | 253 | 7 | 20 | 0 | 140 | 41 | 106 | 134 | 43 |
| Binary | 10001111 | 10101011 | 111 | 10000 | 0 | 1100000 | 100001 | 1000110 | 1011100 | 100011 |
Color Harmonies of #8FAB07
Complementary color
Monochromatic Colors of #8FAB07
Black with #8FAB07
Text Example
Text Example
White with #8FAB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB07; }
p { color: rgb(143,171,7); }
H1.HeaderClassName
{
color: #8FAB07;
}
.AnyTagClassName
{
color: #8FAB07;
}
</style>
background-color css
<style>
a { background-color: #8FAB07; }
a { background-color: rgb(143,171,7); }
div.DivClassName
{
background-color: #8FAB07;
}
.BgClassName
{
background-color: #8FAB07;
}
</style>
border-color css
<style>
span { border-color: #8FAB07; }
span { border-color: rgb(143,171,7); }
td.TdClassName
{
border-color: #8FAB07;
}
.TagClassName
{
border-color: #8FAB07;
}
</style>