Shades of Citrus #A0CE06
Tints of Citrus #A0CE06
RGB
CMYK
RGB Variations
Color information
#A0CE06 (or 0xA0CE06) is known color: Citrus. HEX triplet: A0, CE and 06. RGB value is (160,206,6). Sum of RGB (Red+Green+Blue) = 160+206+6=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 206 (80.86% from 255 or 55.38% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CE06 is #5F31F9. Grayscale: #AAAAAA. Windows color (decimal): -6238714 or 446112. OLE color: 446112.
HSL color Cylindrical-coordinate representation of color #A0CE06: hue angle of 73.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0CE06 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 6 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.19 |
| HSL | 73.8º | 0.94% | 0.42% | - |
| HSV(B) | 73.8º | 0.97% | 0.81% | - |
| XYZ | 36.6 | 51.63 | 8.21 | - |
| YUV | 169.45 | 35.76 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 6 | 0.22 | 0 | 0.97 | 0.19 | 73.8 | 0.94 | 0.42 |
| Hex | A0 | CE | 6 | 16 | 0 | 61 | 13 | 4A | 5E | 2A |
| Octal | 240 | 316 | 6 | 26 | 0 | 141 | 23 | 112 | 136 | 52 |
| Binary | 10100000 | 11001110 | 110 | 10110 | 0 | 1100001 | 10011 | 1001010 | 1011110 | 101010 |
Color Harmonies of #A0CE06
Complementary color
Monochromatic Colors of #A0CE06
Black with #A0CE06
Text Example
Text Example
White with #A0CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE06; }
p { color: rgb(160,206,6); }
H1.HeaderClassName
{
color: #A0CE06;
}
.AnyTagClassName
{
color: #A0CE06;
}
</style>
background-color css
<style>
a { background-color: #A0CE06; }
a { background-color: rgb(160,206,6); }
div.DivClassName
{
background-color: #A0CE06;
}
.BgClassName
{
background-color: #A0CE06;
}
</style>
border-color css
<style>
span { border-color: #A0CE06; }
span { border-color: rgb(160,206,6); }
td.TdClassName
{
border-color: #A0CE06;
}
.TagClassName
{
border-color: #A0CE06;
}
</style>