Shades of Citrus #A3C20E
Tints of Citrus #A3C20E
RGB
CMYK
RGB Variations
Color information
#A3C20E (or 0xA3C20E) is known color: Citrus. HEX triplet: A3, C2 and 0E. RGB value is (163,194,14). Sum of RGB (Red+Green+Blue) = 163+194+14=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C20E is #5C3DF1. Grayscale: #A4A4A4. Windows color (decimal): -6045170 or 967331. OLE color: 967331.
HSL color Cylindrical-coordinate representation of color #A3C20E: hue angle of 70.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3C20E is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 14 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.24 |
| HSL | 70.33º | 0.87% | 0.41% | - |
| HSV(B) | 70.33º | 0.93% | 0.76% | - |
| XYZ | 34.48 | 46.4 | 7.55 | - |
| YUV | 164.21 | 43.23 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 14 | 0.16 | 0 | 0.93 | 0.24 | 70.33 | 0.87 | 0.41 |
| Hex | A3 | C2 | E | 10 | 0 | 5D | 18 | 46 | 57 | 29 |
| Octal | 243 | 302 | 16 | 20 | 0 | 135 | 30 | 106 | 127 | 51 |
| Binary | 10100011 | 11000010 | 1110 | 10000 | 0 | 1011101 | 11000 | 1000110 | 1010111 | 101001 |
Color Harmonies of #A3C20E
Complementary color
Monochromatic Colors of #A3C20E
Black with #A3C20E
Text Example
Text Example
White with #A3C20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C20E; }
p { color: rgb(163,194,14); }
H1.HeaderClassName
{
color: #A3C20E;
}
.AnyTagClassName
{
color: #A3C20E;
}
</style>
background-color css
<style>
a { background-color: #A3C20E; }
a { background-color: rgb(163,194,14); }
div.DivClassName
{
background-color: #A3C20E;
}
.BgClassName
{
background-color: #A3C20E;
}
</style>
border-color css
<style>
span { border-color: #A3C20E; }
span { border-color: rgb(163,194,14); }
td.TdClassName
{
border-color: #A3C20E;
}
.TagClassName
{
border-color: #A3C20E;
}
</style>