Shades of Citrus #8DA803
Tints of Citrus #8DA803
RGB
CMYK
RGB Variations
Color information
#8DA803 (or 0x8DA803) is known color: Citrus. HEX triplet: 8D, A8 and 03. RGB value is (141,168,3). Sum of RGB (Red+Green+Blue) = 141+168+3=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA803 is #7257FC. Grayscale: #8D8D8D. Windows color (decimal): -7493629 or 239757. OLE color: 239757.
HSL color Cylindrical-coordinate representation of color #8DA803: hue angle of 69.82º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DA803 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.34 |
| HSL | 69.82º | 0.96% | 0.34% | - |
| HSV(B) | 69.82º | 0.98% | 0.66% | - |
| XYZ | 25 | 33.67 | 5.27 | - |
| YUV | 141.12 | 50.05 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 3 | 0.16 | 0 | 0.98 | 0.34 | 69.82 | 0.96 | 0.34 |
| Hex | 8D | A8 | 3 | 10 | 0 | 62 | 22 | 46 | 60 | 22 |
| Octal | 215 | 250 | 3 | 20 | 0 | 142 | 42 | 106 | 140 | 42 |
| Binary | 10001101 | 10101000 | 11 | 10000 | 0 | 1100010 | 100010 | 1000110 | 1100000 | 100010 |
Color Harmonies of #8DA803
Complementary color
Monochromatic Colors of #8DA803
Black with #8DA803
Text Example
Text Example
White with #8DA803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA803; }
p { color: rgb(141,168,3); }
H1.HeaderClassName
{
color: #8DA803;
}
.AnyTagClassName
{
color: #8DA803;
}
</style>
background-color css
<style>
a { background-color: #8DA803; }
a { background-color: rgb(141,168,3); }
div.DivClassName
{
background-color: #8DA803;
}
.BgClassName
{
background-color: #8DA803;
}
</style>
border-color css
<style>
span { border-color: #8DA803; }
span { border-color: rgb(141,168,3); }
td.TdClassName
{
border-color: #8DA803;
}
.TagClassName
{
border-color: #8DA803;
}
</style>