Shades of Citrus #A0C50D
Tints of Citrus #A0C50D
RGB
CMYK
RGB Variations
Color information
#A0C50D (or 0xA0C50D) is known color: Citrus. HEX triplet: A0, C5 and 0D. RGB value is (160,197,13). Sum of RGB (Red+Green+Blue) = 160+197+13=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C50D is #5F3AF2. Grayscale: #A5A5A5. Windows color (decimal): -6241011 or 902560. OLE color: 902560.
HSL color Cylindrical-coordinate representation of color #A0C50D: hue angle of 72.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0C50D is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 13 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.23 |
| HSL | 72.07º | 0.88% | 0.41% | - |
| HSV(B) | 72.07º | 0.93% | 0.77% | - |
| XYZ | 34.54 | 47.44 | 7.72 | - |
| YUV | 164.96 | 42.24 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 13 | 0.19 | 0 | 0.93 | 0.23 | 72.07 | 0.88 | 0.41 |
| Hex | A0 | C5 | D | 13 | 0 | 5D | 17 | 48 | 58 | 29 |
| Octal | 240 | 305 | 15 | 23 | 0 | 135 | 27 | 110 | 130 | 51 |
| Binary | 10100000 | 11000101 | 1101 | 10011 | 0 | 1011101 | 10111 | 1001000 | 1011000 | 101001 |
Color Harmonies of #A0C50D
Complementary color
Monochromatic Colors of #A0C50D
Black with #A0C50D
Text Example
Text Example
White with #A0C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C50D; }
p { color: rgb(160,197,13); }
H1.HeaderClassName
{
color: #A0C50D;
}
.AnyTagClassName
{
color: #A0C50D;
}
</style>
background-color css
<style>
a { background-color: #A0C50D; }
a { background-color: rgb(160,197,13); }
div.DivClassName
{
background-color: #A0C50D;
}
.BgClassName
{
background-color: #A0C50D;
}
</style>
border-color css
<style>
span { border-color: #A0C50D; }
span { border-color: rgb(160,197,13); }
td.TdClassName
{
border-color: #A0C50D;
}
.TagClassName
{
border-color: #A0C50D;
}
</style>