Shades of Yellow Green #A3C52D
Tints of Yellow Green #A3C52D
RGB
CMYK
RGB Variations
Color information
#A3C52D (or 0xA3C52D) is known color: Yellow Green. HEX triplet: A3, C5 and 2D. RGB value is (163,197,45). Sum of RGB (Red+Green+Blue) = 163+197+45=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C52D is #5C3AD2. Grayscale: #AAAAAA. Windows color (decimal): -6044371 or 2999715. OLE color: 2999715.
HSL color Cylindrical-coordinate representation of color #A3C52D: hue angle of 73.42º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3C52D is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 45 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.23 |
| HSL | 73.42º | 0.63% | 0.47% | - |
| HSV(B) | 73.42º | 0.77% | 0.77% | - |
| XYZ | 35.54 | 47.91 | 9.86 | - |
| YUV | 169.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 45 | 0.17 | 0 | 0.77 | 0.23 | 73.42 | 0.63 | 0.47 |
| Hex | A3 | C5 | 2D | 11 | 0 | 4D | 17 | 49 | 3F | 2F |
| Octal | 243 | 305 | 55 | 21 | 0 | 115 | 27 | 111 | 77 | 57 |
| Binary | 10100011 | 11000101 | 101101 | 10001 | 0 | 1001101 | 10111 | 1001001 | 111111 | 101111 |
Color Harmonies of #A3C52D
Complementary color
Monochromatic Colors of #A3C52D
Black with #A3C52D
Text Example
Text Example
White with #A3C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C52D; }
p { color: rgb(163,197,45); }
H1.HeaderClassName
{
color: #A3C52D;
}
.AnyTagClassName
{
color: #A3C52D;
}
</style>
background-color css
<style>
a { background-color: #A3C52D; }
a { background-color: rgb(163,197,45); }
div.DivClassName
{
background-color: #A3C52D;
}
.BgClassName
{
background-color: #A3C52D;
}
</style>
border-color css
<style>
span { border-color: #A3C52D; }
span { border-color: rgb(163,197,45); }
td.TdClassName
{
border-color: #A3C52D;
}
.TagClassName
{
border-color: #A3C52D;
}
</style>