Shades of Citrus #A0C001
Tints of Citrus #A0C001
RGB
CMYK
RGB Variations
Color information
#A0C001 (or 0xA0C001) is known color: Citrus. HEX triplet: A0, C0 and 01. RGB value is (160,192,1). Sum of RGB (Red+Green+Blue) = 160+192+1=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C001 is #5F3FFE. Grayscale: #A1A1A1. Windows color (decimal): -6242303 or 114848. OLE color: 114848.
HSL color Cylindrical-coordinate representation of color #A0C001: hue angle of 70.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0C001 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.25 |
| HSL | 70.05º | 0.99% | 0.38% | - |
| HSV(B) | 70.05º | 0.99% | 0.75% | - |
| XYZ | 33.35 | 45.18 | 6.99 | - |
| YUV | 160.66 | 37.9 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 1 | 0.17 | 0 | 0.99 | 0.25 | 70.05 | 0.99 | 0.38 |
| Hex | A0 | C0 | 1 | 11 | 0 | 63 | 19 | 46 | 63 | 26 |
| Octal | 240 | 300 | 1 | 21 | 0 | 143 | 31 | 106 | 143 | 46 |
| Binary | 10100000 | 11000000 | 1 | 10001 | 0 | 1100011 | 11001 | 1000110 | 1100011 | 100110 |
Color Harmonies of #A0C001
Complementary color
Monochromatic Colors of #A0C001
Black with #A0C001
Text Example
Text Example
White with #A0C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C001; }
p { color: rgb(160,192,1); }
H1.HeaderClassName
{
color: #A0C001;
}
.AnyTagClassName
{
color: #A0C001;
}
</style>
background-color css
<style>
a { background-color: #A0C001; }
a { background-color: rgb(160,192,1); }
div.DivClassName
{
background-color: #A0C001;
}
.BgClassName
{
background-color: #A0C001;
}
</style>
border-color css
<style>
span { border-color: #A0C001; }
span { border-color: rgb(160,192,1); }
td.TdClassName
{
border-color: #A0C001;
}
.TagClassName
{
border-color: #A0C001;
}
</style>