Shades of Citrus #A0C00A
Tints of Citrus #A0C00A
RGB
CMYK
RGB Variations
Color information
#A0C00A (or 0xA0C00A) is known color: Citrus. HEX triplet: A0, C0 and 0A. RGB value is (160,192,10). Sum of RGB (Red+Green+Blue) = 160+192+10=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C00A is #5F3FF5. Grayscale: #A2A2A2. Windows color (decimal): -6242294 or 704672. OLE color: 704672.
HSL color Cylindrical-coordinate representation of color #A0C00A: hue angle of 70.55º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0C00A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 10 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.25 |
| HSL | 70.55º | 0.9% | 0.4% | - |
| HSV(B) | 70.55º | 0.95% | 0.75% | - |
| XYZ | 33.4 | 45.19 | 7.25 | - |
| YUV | 161.68 | 42.4 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 10 | 0.17 | 0 | 0.95 | 0.25 | 70.55 | 0.9 | 0.4 |
| Hex | A0 | C0 | A | 11 | 0 | 5F | 19 | 47 | 5A | 28 |
| Octal | 240 | 300 | 12 | 21 | 0 | 137 | 31 | 107 | 132 | 50 |
| Binary | 10100000 | 11000000 | 1010 | 10001 | 0 | 1011111 | 11001 | 1000111 | 1011010 | 101000 |
Color Harmonies of #A0C00A
Complementary color
Monochromatic Colors of #A0C00A
Black with #A0C00A
Text Example
Text Example
White with #A0C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C00A; }
p { color: rgb(160,192,10); }
H1.HeaderClassName
{
color: #A0C00A;
}
.AnyTagClassName
{
color: #A0C00A;
}
</style>
background-color css
<style>
a { background-color: #A0C00A; }
a { background-color: rgb(160,192,10); }
div.DivClassName
{
background-color: #A0C00A;
}
.BgClassName
{
background-color: #A0C00A;
}
</style>
border-color css
<style>
span { border-color: #A0C00A; }
span { border-color: rgb(160,192,10); }
td.TdClassName
{
border-color: #A0C00A;
}
.TagClassName
{
border-color: #A0C00A;
}
</style>