Shades of Citrus #A0CE03
Tints of Citrus #A0CE03
RGB
CMYK
RGB Variations
Color information
#A0CE03 (or 0xA0CE03) is known color: Citrus. HEX triplet: A0, CE and 03. RGB value is (160,206,3). Sum of RGB (Red+Green+Blue) = 160+206+3=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CE03 is #5F31FC. Grayscale: #A9A9A9. Windows color (decimal): -6238717 or 249504. OLE color: 249504.
HSL color Cylindrical-coordinate representation of color #A0CE03: hue angle of 73.6º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0CE03 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 3 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.19 |
| HSL | 73.6º | 0.97% | 0.41% | - |
| HSV(B) | 73.6º | 0.99% | 0.81% | - |
| XYZ | 36.58 | 51.62 | 8.12 | - |
| YUV | 169.1 | 34.26 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 3 | 0.22 | 0 | 0.99 | 0.19 | 73.6 | 0.97 | 0.41 |
| Hex | A0 | CE | 3 | 16 | 0 | 63 | 13 | 4A | 61 | 29 |
| Octal | 240 | 316 | 3 | 26 | 0 | 143 | 23 | 112 | 141 | 51 |
| Binary | 10100000 | 11001110 | 11 | 10110 | 0 | 1100011 | 10011 | 1001010 | 1100001 | 101001 |
Color Harmonies of #A0CE03
Complementary color
Monochromatic Colors of #A0CE03
Black with #A0CE03
Text Example
Text Example
White with #A0CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE03; }
p { color: rgb(160,206,3); }
H1.HeaderClassName
{
color: #A0CE03;
}
.AnyTagClassName
{
color: #A0CE03;
}
</style>
background-color css
<style>
a { background-color: #A0CE03; }
a { background-color: rgb(160,206,3); }
div.DivClassName
{
background-color: #A0CE03;
}
.BgClassName
{
background-color: #A0CE03;
}
</style>
border-color css
<style>
span { border-color: #A0CE03; }
span { border-color: rgb(160,206,3); }
td.TdClassName
{
border-color: #A0CE03;
}
.TagClassName
{
border-color: #A0CE03;
}
</style>