Shades of Citrus #A3C202
Tints of Citrus #A3C202
RGB
CMYK
RGB Variations
Color information
#A3C202 (or 0xA3C202) is known color: Citrus. HEX triplet: A3, C2 and 02. RGB value is (163,194,2). Sum of RGB (Red+Green+Blue) = 163+194+2=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C202 is #5C3DFD. Grayscale: #A3A3A3. Windows color (decimal): -6045182 or 180899. OLE color: 180899.
HSL color Cylindrical-coordinate representation of color #A3C202: hue angle of 69.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3C202 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.24 |
| HSL | 69.69º | 0.98% | 0.38% | - |
| HSV(B) | 69.69º | 0.99% | 0.76% | - |
| XYZ | 34.41 | 46.37 | 7.2 | - |
| YUV | 162.84 | 37.23 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 2 | 0.16 | 0 | 0.99 | 0.24 | 69.69 | 0.98 | 0.38 |
| Hex | A3 | C2 | 2 | 10 | 0 | 63 | 18 | 46 | 62 | 26 |
| Octal | 243 | 302 | 2 | 20 | 0 | 143 | 30 | 106 | 142 | 46 |
| Binary | 10100011 | 11000010 | 10 | 10000 | 0 | 1100011 | 11000 | 1000110 | 1100010 | 100110 |
Color Harmonies of #A3C202
Complementary color
Monochromatic Colors of #A3C202
Black with #A3C202
Text Example
Text Example
White with #A3C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C202; }
p { color: rgb(163,194,2); }
H1.HeaderClassName
{
color: #A3C202;
}
.AnyTagClassName
{
color: #A3C202;
}
</style>
background-color css
<style>
a { background-color: #A3C202; }
a { background-color: rgb(163,194,2); }
div.DivClassName
{
background-color: #A3C202;
}
.BgClassName
{
background-color: #A3C202;
}
</style>
border-color css
<style>
span { border-color: #A3C202; }
span { border-color: rgb(163,194,2); }
td.TdClassName
{
border-color: #A3C202;
}
.TagClassName
{
border-color: #A3C202;
}
</style>