Shades of Citrus #A0C80A
Tints of Citrus #A0C80A
RGB
CMYK
RGB Variations
Color information
#A0C80A (or 0xA0C80A) is known color: Citrus. HEX triplet: A0, C8 and 0A. RGB value is (160,200,10). Sum of RGB (Red+Green+Blue) = 160+200+10=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C80A is #5F37F5. Grayscale: #A7A7A7. Windows color (decimal): -6240246 or 706720. OLE color: 706720.
HSL color Cylindrical-coordinate representation of color #A0C80A: hue angle of 72.63º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0C80A is Cyan = 0.2, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 10 | - |
| CMYK | 0.2 | 0 | 0.95 | 0.22 |
| HSL | 72.63º | 0.9% | 0.41% | - |
| HSV(B) | 72.63º | 0.95% | 0.78% | - |
| XYZ | 35.21 | 48.8 | 7.85 | - |
| YUV | 166.38 | 39.75 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 10 | 0.2 | 0 | 0.95 | 0.22 | 72.63 | 0.9 | 0.41 |
| Hex | A0 | C8 | A | 14 | 0 | 5F | 16 | 49 | 5A | 29 |
| Octal | 240 | 310 | 12 | 24 | 0 | 137 | 26 | 111 | 132 | 51 |
| Binary | 10100000 | 11001000 | 1010 | 10100 | 0 | 1011111 | 10110 | 1001001 | 1011010 | 101001 |
Color Harmonies of #A0C80A
Complementary color
Monochromatic Colors of #A0C80A
Black with #A0C80A
Text Example
Text Example
White with #A0C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C80A; }
p { color: rgb(160,200,10); }
H1.HeaderClassName
{
color: #A0C80A;
}
.AnyTagClassName
{
color: #A0C80A;
}
</style>
background-color css
<style>
a { background-color: #A0C80A; }
a { background-color: rgb(160,200,10); }
div.DivClassName
{
background-color: #A0C80A;
}
.BgClassName
{
background-color: #A0C80A;
}
</style>
border-color css
<style>
span { border-color: #A0C80A; }
span { border-color: rgb(160,200,10); }
td.TdClassName
{
border-color: #A0C80A;
}
.TagClassName
{
border-color: #A0C80A;
}
</style>