Shades of Yellow Green #A3C030
Tints of Yellow Green #A3C030
RGB
CMYK
RGB Variations
Color information
#A3C030 (or 0xA3C030) is known color: Yellow Green. HEX triplet: A3, C0 and 30. RGB value is (163,192,48). Sum of RGB (Red+Green+Blue) = 163+192+48=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C030 is #5C3FCF. Grayscale: #A7A7A7. Windows color (decimal): -6045648 or 3195043. OLE color: 3195043.
HSL color Cylindrical-coordinate representation of color #A3C030: hue angle of 72.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3C030 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 48 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.25 |
| HSL | 72.08º | 0.6% | 0.47% | - |
| HSV(B) | 72.08º | 0.75% | 0.75% | - |
| XYZ | 34.49 | 45.7 | 9.8 | - |
| YUV | 166.91 | 60.89 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 48 | 0.15 | 0 | 0.75 | 0.25 | 72.08 | 0.6 | 0.47 |
| Hex | A3 | C0 | 30 | F | 0 | 4B | 19 | 48 | 3C | 2F |
| Octal | 243 | 300 | 60 | 17 | 0 | 113 | 31 | 110 | 74 | 57 |
| Binary | 10100011 | 11000000 | 110000 | 1111 | 0 | 1001011 | 11001 | 1001000 | 111100 | 101111 |
Color Harmonies of #A3C030
Complementary color
Monochromatic Colors of #A3C030
Black with #A3C030
Text Example
Text Example
White with #A3C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C030; }
p { color: rgb(163,192,48); }
H1.HeaderClassName
{
color: #A3C030;
}
.AnyTagClassName
{
color: #A3C030;
}
</style>
background-color css
<style>
a { background-color: #A3C030; }
a { background-color: rgb(163,192,48); }
div.DivClassName
{
background-color: #A3C030;
}
.BgClassName
{
background-color: #A3C030;
}
</style>
border-color css
<style>
span { border-color: #A3C030; }
span { border-color: rgb(163,192,48); }
td.TdClassName
{
border-color: #A3C030;
}
.TagClassName
{
border-color: #A3C030;
}
</style>