Shades of Citrus #A0CA0D
Tints of Citrus #A0CA0D
RGB
CMYK
RGB Variations
Color information
#A0CA0D (or 0xA0CA0D) is known color: Citrus. HEX triplet: A0, CA and 0D. RGB value is (160,202,13). Sum of RGB (Red+Green+Blue) = 160+202+13=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CA0D is #5F35F2. Grayscale: #A8A8A8. Windows color (decimal): -6239731 or 903840. OLE color: 903840.
HSL color Cylindrical-coordinate representation of color #A0CA0D: hue angle of 73.33º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0CA0D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 13 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.21 |
| HSL | 73.33º | 0.88% | 0.42% | - |
| HSV(B) | 73.33º | 0.94% | 0.79% | - |
| XYZ | 35.69 | 49.74 | 8.1 | - |
| YUV | 167.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 13 | 0.21 | 0 | 0.94 | 0.21 | 73.33 | 0.88 | 0.42 |
| Hex | A0 | CA | D | 15 | 0 | 5E | 15 | 49 | 58 | 2A |
| Octal | 240 | 312 | 15 | 25 | 0 | 136 | 25 | 111 | 130 | 52 |
| Binary | 10100000 | 11001010 | 1101 | 10101 | 0 | 1011110 | 10101 | 1001001 | 1011000 | 101010 |
Color Harmonies of #A0CA0D
Complementary color
Monochromatic Colors of #A0CA0D
Black with #A0CA0D
Text Example
Text Example
White with #A0CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA0D; }
p { color: rgb(160,202,13); }
H1.HeaderClassName
{
color: #A0CA0D;
}
.AnyTagClassName
{
color: #A0CA0D;
}
</style>
background-color css
<style>
a { background-color: #A0CA0D; }
a { background-color: rgb(160,202,13); }
div.DivClassName
{
background-color: #A0CA0D;
}
.BgClassName
{
background-color: #A0CA0D;
}
</style>
border-color css
<style>
span { border-color: #A0CA0D; }
span { border-color: rgb(160,202,13); }
td.TdClassName
{
border-color: #A0CA0D;
}
.TagClassName
{
border-color: #A0CA0D;
}
</style>