Shades of Citrus #A0C60D
Tints of Citrus #A0C60D
RGB
CMYK
RGB Variations
Color information
#A0C60D (or 0xA0C60D) is known color: Citrus. HEX triplet: A0, C6 and 0D. RGB value is (160,198,13). Sum of RGB (Red+Green+Blue) = 160+198+13=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C60D is #5F39F2. Grayscale: #A6A6A6. Windows color (decimal): -6240755 or 902816. OLE color: 902816.
HSL color Cylindrical-coordinate representation of color #A0C60D: hue angle of 72.32º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0C60D is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 13 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.22 |
| HSL | 72.32º | 0.88% | 0.41% | - |
| HSV(B) | 72.32º | 0.93% | 0.78% | - |
| XYZ | 34.76 | 47.89 | 7.79 | - |
| YUV | 165.55 | 41.91 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 13 | 0.19 | 0 | 0.93 | 0.22 | 72.32 | 0.88 | 0.41 |
| Hex | A0 | C6 | D | 13 | 0 | 5D | 16 | 48 | 58 | 29 |
| Octal | 240 | 306 | 15 | 23 | 0 | 135 | 26 | 110 | 130 | 51 |
| Binary | 10100000 | 11000110 | 1101 | 10011 | 0 | 1011101 | 10110 | 1001000 | 1011000 | 101001 |
Color Harmonies of #A0C60D
Complementary color
Monochromatic Colors of #A0C60D
Black with #A0C60D
Text Example
Text Example
White with #A0C60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C60D; }
p { color: rgb(160,198,13); }
H1.HeaderClassName
{
color: #A0C60D;
}
.AnyTagClassName
{
color: #A0C60D;
}
</style>
background-color css
<style>
a { background-color: #A0C60D; }
a { background-color: rgb(160,198,13); }
div.DivClassName
{
background-color: #A0C60D;
}
.BgClassName
{
background-color: #A0C60D;
}
</style>
border-color css
<style>
span { border-color: #A0C60D; }
span { border-color: rgb(160,198,13); }
td.TdClassName
{
border-color: #A0C60D;
}
.TagClassName
{
border-color: #A0C60D;
}
</style>