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