Shades of Citrus #8DAC01
Tints of Citrus #8DAC01
RGB
CMYK
RGB Variations
Color information
#8DAC01 (or 0x8DAC01) is known color: Citrus. HEX triplet: 8D, AC and 01. RGB value is (141,172,1). Sum of RGB (Red+Green+Blue) = 141+172+1=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAC01 is #7253FE. Grayscale: #8F8F8F. Windows color (decimal): -7492607 or 109709. OLE color: 109709.
HSL color Cylindrical-coordinate representation of color #8DAC01: hue angle of 70.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DAC01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.33 |
| HSL | 70.88º | 0.99% | 0.34% | - |
| HSV(B) | 70.88º | 0.99% | 0.67% | - |
| XYZ | 25.74 | 35.17 | 5.46 | - |
| YUV | 143.24 | 47.73 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 1 | 0.18 | 0 | 0.99 | 0.33 | 70.88 | 0.99 | 0.34 |
| Hex | 8D | AC | 1 | 12 | 0 | 63 | 21 | 47 | 63 | 22 |
| Octal | 215 | 254 | 1 | 22 | 0 | 143 | 41 | 107 | 143 | 42 |
| Binary | 10001101 | 10101100 | 1 | 10010 | 0 | 1100011 | 100001 | 1000111 | 1100011 | 100010 |
Color Harmonies of #8DAC01
Complementary color
Monochromatic Colors of #8DAC01
Black with #8DAC01
Text Example
Text Example
White with #8DAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC01; }
p { color: rgb(141,172,1); }
H1.HeaderClassName
{
color: #8DAC01;
}
.AnyTagClassName
{
color: #8DAC01;
}
</style>
background-color css
<style>
a { background-color: #8DAC01; }
a { background-color: rgb(141,172,1); }
div.DivClassName
{
background-color: #8DAC01;
}
.BgClassName
{
background-color: #8DAC01;
}
</style>
border-color css
<style>
span { border-color: #8DAC01; }
span { border-color: rgb(141,172,1); }
td.TdClassName
{
border-color: #8DAC01;
}
.TagClassName
{
border-color: #8DAC01;
}
</style>