Shades of Citrus #A0CD00
Tints of Citrus #A0CD00
RGB
CMYK
RGB Variations
Color information
#A0CD00 (or 0xA0CD00) is known color: Citrus. HEX triplet: A0, CD and 00. RGB value is (160,205,0). Sum of RGB (Red+Green+Blue) = 160+205+0=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CD00 is #5F32FF. Grayscale: #A8A8A8. Windows color (decimal): -6238976 or 52640. OLE color: 52640.
HSL color Cylindrical-coordinate representation of color #A0CD00: hue angle of 73.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0CD00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.20 |
| HSL | 73.17º | 1% | 0.4% | - |
| HSV(B) | 73.17º | 1% | 0.8% | - |
| XYZ | 36.33 | 51.14 | 7.96 | - |
| YUV | 168.18 | 33.09 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 0 | 0.22 | 0 | 1 | 0.20 | 73.17 | 1 | 0.4 |
| Hex | A0 | CD | 0 | 16 | 0 | 64 | 14 | 49 | 64 | 28 |
| Octal | 240 | 315 | 0 | 26 | 0 | 144 | 24 | 111 | 144 | 50 |
| Binary | 10100000 | 11001101 | 0 | 10110 | 0 | 1100100 | 10100 | 1001001 | 1100100 | 101000 |
Color Harmonies of #A0CD00
Complementary color
Monochromatic Colors of #A0CD00
Black with #A0CD00
Text Example
Text Example
White with #A0CD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD00; }
p { color: rgb(160,205,0); }
H1.HeaderClassName
{
color: #A0CD00;
}
.AnyTagClassName
{
color: #A0CD00;
}
</style>
background-color css
<style>
a { background-color: #A0CD00; }
a { background-color: rgb(160,205,0); }
div.DivClassName
{
background-color: #A0CD00;
}
.BgClassName
{
background-color: #A0CD00;
}
</style>
border-color css
<style>
span { border-color: #A0CD00; }
span { border-color: rgb(160,205,0); }
td.TdClassName
{
border-color: #A0CD00;
}
.TagClassName
{
border-color: #A0CD00;
}
</style>