Shades of Citrus #A3CA01
Tints of Citrus #A3CA01
RGB
CMYK
RGB Variations
Color information
#A3CA01 (or 0xA3CA01) is known color: Citrus. HEX triplet: A3, CA and 01. RGB value is (163,202,1). Sum of RGB (Red+Green+Blue) = 163+202+1=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CA01 is #5C35FE. Grayscale: #A8A8A8. Windows color (decimal): -6043135 or 117411. OLE color: 117411.
HSL color Cylindrical-coordinate representation of color #A3CA01: hue angle of 71.64º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3CA01 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.21 |
| HSL | 71.64º | 0.99% | 0.4% | - |
| HSV(B) | 71.64º | 1% | 0.79% | - |
| XYZ | 36.23 | 50.03 | 7.78 | - |
| YUV | 167.43 | 34.08 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 1 | 0.19 | 0 | 1.00 | 0.21 | 71.64 | 0.99 | 0.4 |
| Hex | A3 | CA | 1 | 13 | 0 | 64 | 15 | 48 | 63 | 28 |
| Octal | 243 | 312 | 1 | 23 | 0 | 144 | 25 | 110 | 143 | 50 |
| Binary | 10100011 | 11001010 | 1 | 10011 | 0 | 1100100 | 10101 | 1001000 | 1100011 | 101000 |
Color Harmonies of #A3CA01
Complementary color
Monochromatic Colors of #A3CA01
Black with #A3CA01
Text Example
Text Example
White with #A3CA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA01; }
p { color: rgb(163,202,1); }
H1.HeaderClassName
{
color: #A3CA01;
}
.AnyTagClassName
{
color: #A3CA01;
}
</style>
background-color css
<style>
a { background-color: #A3CA01; }
a { background-color: rgb(163,202,1); }
div.DivClassName
{
background-color: #A3CA01;
}
.BgClassName
{
background-color: #A3CA01;
}
</style>
border-color css
<style>
span { border-color: #A3CA01; }
span { border-color: rgb(163,202,1); }
td.TdClassName
{
border-color: #A3CA01;
}
.TagClassName
{
border-color: #A3CA01;
}
</style>