Shades of Citron #80A003
Tints of Citron #80A003
RGB
CMYK
RGB Variations
Color information
#80A003 (or 0x80A003) is known color: Citron. HEX triplet: 80, A0 and 03. RGB value is (128,160,3). Sum of RGB (Red+Green+Blue) = 128+160+3=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #80A003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A003 is #7F5FFC. Grayscale: #858585. Windows color (decimal): -8347645 or 237696. OLE color: 237696.
HSL color Cylindrical-coordinate representation of color #80A003: hue angle of 72.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80A003 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 3 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.37 |
| HSL | 72.23º | 0.96% | 0.32% | - |
| HSV(B) | 72.23º | 0.98% | 0.63% | - |
| XYZ | 21.49 | 29.74 | 4.69 | - |
| YUV | 132.53 | 54.9 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 3 | 0.20 | 0 | 0.98 | 0.37 | 72.23 | 0.96 | 0.32 |
| Hex | 80 | A0 | 3 | 14 | 0 | 62 | 25 | 48 | 60 | 20 |
| Octal | 200 | 240 | 3 | 24 | 0 | 142 | 45 | 110 | 140 | 40 |
| Binary | 10000000 | 10100000 | 11 | 10100 | 0 | 1100010 | 100101 | 1001000 | 1100000 | 100000 |
Color Harmonies of #80A003
Complementary color
Monochromatic Colors of #80A003
Black with #80A003
Text Example
Text Example
White with #80A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A003; }
p { color: rgb(128,160,3); }
H1.HeaderClassName
{
color: #80A003;
}
.AnyTagClassName
{
color: #80A003;
}
</style>
background-color css
<style>
a { background-color: #80A003; }
a { background-color: rgb(128,160,3); }
div.DivClassName
{
background-color: #80A003;
}
.BgClassName
{
background-color: #80A003;
}
</style>
border-color css
<style>
span { border-color: #80A003; }
span { border-color: rgb(128,160,3); }
td.TdClassName
{
border-color: #80A003;
}
.TagClassName
{
border-color: #80A003;
}
</style>