Shades of Yellow Green #A3C235
Tints of Yellow Green #A3C235
RGB
CMYK
RGB Variations
Color information
#A3C235 (or 0xA3C235) is known color: Yellow Green. HEX triplet: A3, C2 and 35. RGB value is (163,194,53). Sum of RGB (Red+Green+Blue) = 163+194+53=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C235 is #5C3DCA. Grayscale: #A9A9A9. Windows color (decimal): -6045131 or 3523235. OLE color: 3523235.
HSL color Cylindrical-coordinate representation of color #A3C235: hue angle of 73.19º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3C235 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 53 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.24 |
| HSL | 73.19º | 0.57% | 0.48% | - |
| HSV(B) | 73.19º | 0.73% | 0.76% | - |
| XYZ | 35.04 | 46.63 | 10.52 | - |
| YUV | 168.66 | 62.73 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 53 | 0.16 | 0 | 0.73 | 0.24 | 73.19 | 0.57 | 0.48 |
| Hex | A3 | C2 | 35 | 10 | 0 | 49 | 18 | 49 | 39 | 30 |
| Octal | 243 | 302 | 65 | 20 | 0 | 111 | 30 | 111 | 71 | 60 |
| Binary | 10100011 | 11000010 | 110101 | 10000 | 0 | 1001001 | 11000 | 1001001 | 111001 | 110000 |
Color Harmonies of #A3C235
Complementary color
Monochromatic Colors of #A3C235
Black with #A3C235
Text Example
Text Example
White with #A3C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C235; }
p { color: rgb(163,194,53); }
H1.HeaderClassName
{
color: #A3C235;
}
.AnyTagClassName
{
color: #A3C235;
}
</style>
background-color css
<style>
a { background-color: #A3C235; }
a { background-color: rgb(163,194,53); }
div.DivClassName
{
background-color: #A3C235;
}
.BgClassName
{
background-color: #A3C235;
}
</style>
border-color css
<style>
span { border-color: #A3C235; }
span { border-color: rgb(163,194,53); }
td.TdClassName
{
border-color: #A3C235;
}
.TagClassName
{
border-color: #A3C235;
}
</style>