Shades of Citrus #A0CD0C
Tints of Citrus #A0CD0C
RGB
CMYK
RGB Variations
Color information
#A0CD0C (or 0xA0CD0C) is known color: Citrus. HEX triplet: A0, CD and 0C. RGB value is (160,205,12). Sum of RGB (Red+Green+Blue) = 160+205+12=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CD0C is #5F32F3. Grayscale: #AAAAAA. Windows color (decimal): -6238964 or 839072. OLE color: 839072.
HSL color Cylindrical-coordinate representation of color #A0CD0C: hue angle of 73.99º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0CD0C is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 12 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.20 |
| HSL | 73.99º | 0.89% | 0.43% | - |
| HSV(B) | 73.99º | 0.94% | 0.8% | - |
| XYZ | 36.39 | 51.16 | 8.31 | - |
| YUV | 169.54 | 39.09 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 12 | 0.22 | 0 | 0.94 | 0.20 | 73.99 | 0.89 | 0.43 |
| Hex | A0 | CD | C | 16 | 0 | 5E | 14 | 4A | 59 | 2B |
| Octal | 240 | 315 | 14 | 26 | 0 | 136 | 24 | 112 | 131 | 53 |
| Binary | 10100000 | 11001101 | 1100 | 10110 | 0 | 1011110 | 10100 | 1001010 | 1011001 | 101011 |
Color Harmonies of #A0CD0C
Complementary color
Monochromatic Colors of #A0CD0C
Black with #A0CD0C
Text Example
Text Example
White with #A0CD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD0C; }
p { color: rgb(160,205,12); }
H1.HeaderClassName
{
color: #A0CD0C;
}
.AnyTagClassName
{
color: #A0CD0C;
}
</style>
background-color css
<style>
a { background-color: #A0CD0C; }
a { background-color: rgb(160,205,12); }
div.DivClassName
{
background-color: #A0CD0C;
}
.BgClassName
{
background-color: #A0CD0C;
}
</style>
border-color css
<style>
span { border-color: #A0CD0C; }
span { border-color: rgb(160,205,12); }
td.TdClassName
{
border-color: #A0CD0C;
}
.TagClassName
{
border-color: #A0CD0C;
}
</style>