Shades of Citrus #A3C200
Tints of Citrus #A3C200
RGB
CMYK
RGB Variations
Color information
#A3C200 (or 0xA3C200) is known color: Citrus. HEX triplet: A3, C2 and 00. RGB value is (163,194,0). Sum of RGB (Red+Green+Blue) = 163+194+0=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C200 is #5C3DFF. Grayscale: #A3A3A3. Windows color (decimal): -6045184 or 49827. OLE color: 49827.
HSL color Cylindrical-coordinate representation of color #A3C200: hue angle of 69.59º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3C200 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.24 |
| HSL | 69.59º | 1% | 0.38% | - |
| HSV(B) | 69.59º | 1% | 0.76% | - |
| XYZ | 34.4 | 46.37 | 7.14 | - |
| YUV | 162.62 | 36.23 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 0 | 0.16 | 0 | 1 | 0.24 | 69.59 | 1 | 0.38 |
| Hex | A3 | C2 | 0 | 10 | 0 | 64 | 18 | 46 | 64 | 26 |
| Octal | 243 | 302 | 0 | 20 | 0 | 144 | 30 | 106 | 144 | 46 |
| Binary | 10100011 | 11000010 | 0 | 10000 | 0 | 1100100 | 11000 | 1000110 | 1100100 | 100110 |
Color Harmonies of #A3C200
Complementary color
Monochromatic Colors of #A3C200
Black with #A3C200
Text Example
Text Example
White with #A3C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C200; }
p { color: rgb(163,194,0); }
H1.HeaderClassName
{
color: #A3C200;
}
.AnyTagClassName
{
color: #A3C200;
}
</style>
background-color css
<style>
a { background-color: #A3C200; }
a { background-color: rgb(163,194,0); }
div.DivClassName
{
background-color: #A3C200;
}
.BgClassName
{
background-color: #A3C200;
}
</style>
border-color css
<style>
span { border-color: #A3C200; }
span { border-color: rgb(163,194,0); }
td.TdClassName
{
border-color: #A3C200;
}
.TagClassName
{
border-color: #A3C200;
}
</style>