Shades of Citrus #8FAB0D
Tints of Citrus #8FAB0D
RGB
CMYK
RGB Variations
Color information
#8FAB0D (or 0x8FAB0D) is known color: Citrus. HEX triplet: 8F, AB and 0D. RGB value is (143,171,13). Sum of RGB (Red+Green+Blue) = 143+171+13=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAB0D is #7054F2. Grayscale: #919191. Windows color (decimal): -7361779 or 895887. OLE color: 895887.
HSL color Cylindrical-coordinate representation of color #8FAB0D: hue angle of 70.63º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FAB0D is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 13 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.33 |
| HSL | 70.63º | 0.86% | 0.36% | - |
| HSV(B) | 70.63º | 0.92% | 0.67% | - |
| XYZ | 25.96 | 34.99 | 5.77 | - |
| YUV | 144.62 | 53.72 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 13 | 0.16 | 0 | 0.92 | 0.33 | 70.63 | 0.86 | 0.36 |
| Hex | 8F | AB | D | 10 | 0 | 5C | 21 | 47 | 56 | 24 |
| Octal | 217 | 253 | 15 | 20 | 0 | 134 | 41 | 107 | 126 | 44 |
| Binary | 10001111 | 10101011 | 1101 | 10000 | 0 | 1011100 | 100001 | 1000111 | 1010110 | 100100 |
Color Harmonies of #8FAB0D
Complementary color
Monochromatic Colors of #8FAB0D
Black with #8FAB0D
Text Example
Text Example
White with #8FAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB0D; }
p { color: rgb(143,171,13); }
H1.HeaderClassName
{
color: #8FAB0D;
}
.AnyTagClassName
{
color: #8FAB0D;
}
</style>
background-color css
<style>
a { background-color: #8FAB0D; }
a { background-color: rgb(143,171,13); }
div.DivClassName
{
background-color: #8FAB0D;
}
.BgClassName
{
background-color: #8FAB0D;
}
</style>
border-color css
<style>
span { border-color: #8FAB0D; }
span { border-color: rgb(143,171,13); }
td.TdClassName
{
border-color: #8FAB0D;
}
.TagClassName
{
border-color: #8FAB0D;
}
</style>