Shades of Citrus #A0C50A
Tints of Citrus #A0C50A
RGB
CMYK
RGB Variations
Color information
#A0C50A (or 0xA0C50A) is known color: Citrus. HEX triplet: A0, C5 and 0A. RGB value is (160,197,10). Sum of RGB (Red+Green+Blue) = 160+197+10=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C50A is #5F3AF5. Grayscale: #A5A5A5. Windows color (decimal): -6241014 or 705952. OLE color: 705952.
HSL color Cylindrical-coordinate representation of color #A0C50A: hue angle of 71.87º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0C50A is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 10 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.23 |
| HSL | 71.87º | 0.9% | 0.41% | - |
| HSV(B) | 71.87º | 0.95% | 0.77% | - |
| XYZ | 34.52 | 47.43 | 7.62 | - |
| YUV | 164.62 | 40.74 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 10 | 0.19 | 0 | 0.95 | 0.23 | 71.87 | 0.9 | 0.41 |
| Hex | A0 | C5 | A | 13 | 0 | 5F | 17 | 48 | 5A | 29 |
| Octal | 240 | 305 | 12 | 23 | 0 | 137 | 27 | 110 | 132 | 51 |
| Binary | 10100000 | 11000101 | 1010 | 10011 | 0 | 1011111 | 10111 | 1001000 | 1011010 | 101001 |
Color Harmonies of #A0C50A
Complementary color
Monochromatic Colors of #A0C50A
Black with #A0C50A
Text Example
Text Example
White with #A0C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C50A; }
p { color: rgb(160,197,10); }
H1.HeaderClassName
{
color: #A0C50A;
}
.AnyTagClassName
{
color: #A0C50A;
}
</style>
background-color css
<style>
a { background-color: #A0C50A; }
a { background-color: rgb(160,197,10); }
div.DivClassName
{
background-color: #A0C50A;
}
.BgClassName
{
background-color: #A0C50A;
}
</style>
border-color css
<style>
span { border-color: #A0C50A; }
span { border-color: rgb(160,197,10); }
td.TdClassName
{
border-color: #A0C50A;
}
.TagClassName
{
border-color: #A0C50A;
}
</style>