Shades of Citrus #A0C506
Tints of Citrus #A0C506
RGB
CMYK
RGB Variations
Color information
#A0C506 (or 0xA0C506) is known color: Citrus. HEX triplet: A0, C5 and 06. RGB value is (160,197,6). Sum of RGB (Red+Green+Blue) = 160+197+6=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C506 is #5F3AF9. Grayscale: #A4A4A4. Windows color (decimal): -6241018 or 443808. OLE color: 443808.
HSL color Cylindrical-coordinate representation of color #A0C506: hue angle of 71.62º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0C506 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 6 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.23 |
| HSL | 71.62º | 0.94% | 0.4% | - |
| HSV(B) | 71.62º | 0.97% | 0.77% | - |
| XYZ | 34.5 | 47.42 | 7.51 | - |
| YUV | 164.16 | 38.74 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 6 | 0.19 | 0 | 0.97 | 0.23 | 71.62 | 0.94 | 0.4 |
| Hex | A0 | C5 | 6 | 13 | 0 | 61 | 17 | 48 | 5E | 28 |
| Octal | 240 | 305 | 6 | 23 | 0 | 141 | 27 | 110 | 136 | 50 |
| Binary | 10100000 | 11000101 | 110 | 10011 | 0 | 1100001 | 10111 | 1001000 | 1011110 | 101000 |
Color Harmonies of #A0C506
Complementary color
Monochromatic Colors of #A0C506
Black with #A0C506
Text Example
Text Example
White with #A0C506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C506; }
p { color: rgb(160,197,6); }
H1.HeaderClassName
{
color: #A0C506;
}
.AnyTagClassName
{
color: #A0C506;
}
</style>
background-color css
<style>
a { background-color: #A0C506; }
a { background-color: rgb(160,197,6); }
div.DivClassName
{
background-color: #A0C506;
}
.BgClassName
{
background-color: #A0C506;
}
</style>
border-color css
<style>
span { border-color: #A0C506; }
span { border-color: rgb(160,197,6); }
td.TdClassName
{
border-color: #A0C506;
}
.TagClassName
{
border-color: #A0C506;
}
</style>