Shades of Citrus #A3CC03
Tints of Citrus #A3CC03
RGB
CMYK
RGB Variations
Color information
#A3CC03 (or 0xA3CC03) is known color: Citrus. HEX triplet: A3, CC and 03. RGB value is (163,204,3). Sum of RGB (Red+Green+Blue) = 163+204+3=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CC03 is #5C33FC. Grayscale: #A9A9A9. Windows color (decimal): -6042621 or 248995. OLE color: 248995.
HSL color Cylindrical-coordinate representation of color #A3CC03: hue angle of 72.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3CC03 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.2 |
| HSL | 72.24º | 0.97% | 0.41% | - |
| HSV(B) | 72.24º | 0.99% | 0.8% | - |
| XYZ | 36.71 | 50.98 | 7.99 | - |
| YUV | 168.83 | 34.42 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 3 | 0.20 | 0 | 0.99 | 0.2 | 72.24 | 0.97 | 0.41 |
| Hex | A3 | CC | 3 | 14 | 0 | 63 | 14 | 48 | 61 | 29 |
| Octal | 243 | 314 | 3 | 24 | 0 | 143 | 24 | 110 | 141 | 51 |
| Binary | 10100011 | 11001100 | 11 | 10100 | 0 | 1100011 | 10100 | 1001000 | 1100001 | 101001 |
Color Harmonies of #A3CC03
Complementary color
Monochromatic Colors of #A3CC03
Black with #A3CC03
Text Example
Text Example
White with #A3CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CC03; }
p { color: rgb(163,204,3); }
H1.HeaderClassName
{
color: #A3CC03;
}
.AnyTagClassName
{
color: #A3CC03;
}
</style>
background-color css
<style>
a { background-color: #A3CC03; }
a { background-color: rgb(163,204,3); }
div.DivClassName
{
background-color: #A3CC03;
}
.BgClassName
{
background-color: #A3CC03;
}
</style>
border-color css
<style>
span { border-color: #A3CC03; }
span { border-color: rgb(163,204,3); }
td.TdClassName
{
border-color: #A3CC03;
}
.TagClassName
{
border-color: #A3CC03;
}
</style>