Shades of Citrus #A0C601
Tints of Citrus #A0C601
RGB
CMYK
RGB Variations
Color information
#A0C601 (or 0xA0C601) is known color: Citrus. HEX triplet: A0, C6 and 01. RGB value is (160,198,1). Sum of RGB (Red+Green+Blue) = 160+198+1=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C601 is #5F39FE. Grayscale: #A4A4A4. Windows color (decimal): -6240767 or 116384. OLE color: 116384.
HSL color Cylindrical-coordinate representation of color #A0C601: hue angle of 71.57º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0C601 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.22 |
| HSL | 71.57º | 0.99% | 0.39% | - |
| HSV(B) | 71.57º | 0.99% | 0.78% | - |
| XYZ | 34.7 | 47.86 | 7.44 | - |
| YUV | 164.18 | 35.91 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 1 | 0.19 | 0 | 0.99 | 0.22 | 71.57 | 0.99 | 0.39 |
| Hex | A0 | C6 | 1 | 13 | 0 | 63 | 16 | 48 | 63 | 27 |
| Octal | 240 | 306 | 1 | 23 | 0 | 143 | 26 | 110 | 143 | 47 |
| Binary | 10100000 | 11000110 | 1 | 10011 | 0 | 1100011 | 10110 | 1001000 | 1100011 | 100111 |
Color Harmonies of #A0C601
Complementary color
Monochromatic Colors of #A0C601
Black with #A0C601
Text Example
Text Example
White with #A0C601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C601; }
p { color: rgb(160,198,1); }
H1.HeaderClassName
{
color: #A0C601;
}
.AnyTagClassName
{
color: #A0C601;
}
</style>
background-color css
<style>
a { background-color: #A0C601; }
a { background-color: rgb(160,198,1); }
div.DivClassName
{
background-color: #A0C601;
}
.BgClassName
{
background-color: #A0C601;
}
</style>
border-color css
<style>
span { border-color: #A0C601; }
span { border-color: rgb(160,198,1); }
td.TdClassName
{
border-color: #A0C601;
}
.TagClassName
{
border-color: #A0C601;
}
</style>