Shades of Citrus #A0C406
Tints of Citrus #A0C406
RGB
CMYK
RGB Variations
Color information
#A0C406 (or 0xA0C406) is known color: Citrus. HEX triplet: A0, C4 and 06. RGB value is (160,196,6). Sum of RGB (Red+Green+Blue) = 160+196+6=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C406 is #5F3BF9. Grayscale: #A4A4A4. Windows color (decimal): -6241274 or 443552. OLE color: 443552.
HSL color Cylindrical-coordinate representation of color #A0C406: hue angle of 71.37º 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 #A0C406 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 6 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.23 |
| HSL | 71.37º | 0.94% | 0.4% | - |
| HSV(B) | 71.37º | 0.97% | 0.77% | - |
| XYZ | 34.27 | 46.97 | 7.43 | - |
| YUV | 163.58 | 39.07 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 6 | 0.18 | 0 | 0.97 | 0.23 | 71.37 | 0.94 | 0.4 |
| Hex | A0 | C4 | 6 | 12 | 0 | 61 | 17 | 47 | 5E | 28 |
| Octal | 240 | 304 | 6 | 22 | 0 | 141 | 27 | 107 | 136 | 50 |
| Binary | 10100000 | 11000100 | 110 | 10010 | 0 | 1100001 | 10111 | 1000111 | 1011110 | 101000 |
Color Harmonies of #A0C406
Complementary color
Monochromatic Colors of #A0C406
Black with #A0C406
Text Example
Text Example
White with #A0C406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C406; }
p { color: rgb(160,196,6); }
H1.HeaderClassName
{
color: #A0C406;
}
.AnyTagClassName
{
color: #A0C406;
}
</style>
background-color css
<style>
a { background-color: #A0C406; }
a { background-color: rgb(160,196,6); }
div.DivClassName
{
background-color: #A0C406;
}
.BgClassName
{
background-color: #A0C406;
}
</style>
border-color css
<style>
span { border-color: #A0C406; }
span { border-color: rgb(160,196,6); }
td.TdClassName
{
border-color: #A0C406;
}
.TagClassName
{
border-color: #A0C406;
}
</style>