Shades of Yellow Green #A3C232
Tints of Yellow Green #A3C232
RGB
CMYK
RGB Variations
Color information
#A3C232 (or 0xA3C232) is known color: Yellow Green. HEX triplet: A3, C2 and 32. RGB value is (163,194,50). Sum of RGB (Red+Green+Blue) = 163+194+50=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C232 is #5C3DCD. Grayscale: #A8A8A8. Windows color (decimal): -6045134 or 3326627. OLE color: 3326627.
HSL color Cylindrical-coordinate representation of color #A3C232: hue angle of 72.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3C232 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 50 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.24 |
| HSL | 72.92º | 0.59% | 0.48% | - |
| HSV(B) | 72.92º | 0.74% | 0.76% | - |
| XYZ | 34.97 | 46.6 | 10.17 | - |
| YUV | 168.32 | 61.23 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 50 | 0.16 | 0 | 0.74 | 0.24 | 72.92 | 0.59 | 0.48 |
| Hex | A3 | C2 | 32 | 10 | 0 | 4A | 18 | 49 | 3B | 30 |
| Octal | 243 | 302 | 62 | 20 | 0 | 112 | 30 | 111 | 73 | 60 |
| Binary | 10100011 | 11000010 | 110010 | 10000 | 0 | 1001010 | 11000 | 1001001 | 111011 | 110000 |
Color Harmonies of #A3C232
Complementary color
Monochromatic Colors of #A3C232
Black with #A3C232
Text Example
Text Example
White with #A3C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C232; }
p { color: rgb(163,194,50); }
H1.HeaderClassName
{
color: #A3C232;
}
.AnyTagClassName
{
color: #A3C232;
}
</style>
background-color css
<style>
a { background-color: #A3C232; }
a { background-color: rgb(163,194,50); }
div.DivClassName
{
background-color: #A3C232;
}
.BgClassName
{
background-color: #A3C232;
}
</style>
border-color css
<style>
span { border-color: #A3C232; }
span { border-color: rgb(163,194,50); }
td.TdClassName
{
border-color: #A3C232;
}
.TagClassName
{
border-color: #A3C232;
}
</style>