Shades of Yellow Green #A3DD2C
Tints of Yellow Green #A3DD2C
RGB
CMYK
RGB Variations
Color information
#A3DD2C (or 0xA3DD2C) is known color: Yellow Green. HEX triplet: A3, DD and 2C. RGB value is (163,221,44). Sum of RGB (Red+Green+Blue) = 163+221+44=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DD2C is #5C22D3. Grayscale: #B8B8B8. Windows color (decimal): -6038228 or 2940323. OLE color: 2940323.
HSL color Cylindrical-coordinate representation of color #A3DD2C: hue angle of 79.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3DD2C is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 44 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.13 |
| HSL | 79.66º | 0.72% | 0.52% | - |
| HSV(B) | 79.66º | 0.8% | 0.87% | - |
| XYZ | 41.42 | 59.68 | 11.72 | - |
| YUV | 183.48 | 49.28 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 44 | 0.26 | 0 | 0.80 | 0.13 | 79.66 | 0.72 | 0.52 |
| Hex | A3 | DD | 2C | 1A | 0 | 50 | D | 50 | 48 | 34 |
| Octal | 243 | 335 | 54 | 32 | 0 | 120 | 15 | 120 | 110 | 64 |
| Binary | 10100011 | 11011101 | 101100 | 11010 | 0 | 1010000 | 1101 | 1010000 | 1001000 | 110100 |
Color Harmonies of #A3DD2C
Complementary color
Monochromatic Colors of #A3DD2C
Black with #A3DD2C
Text Example
Text Example
White with #A3DD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD2C; }
p { color: rgb(163,221,44); }
H1.HeaderClassName
{
color: #A3DD2C;
}
.AnyTagClassName
{
color: #A3DD2C;
}
</style>
background-color css
<style>
a { background-color: #A3DD2C; }
a { background-color: rgb(163,221,44); }
div.DivClassName
{
background-color: #A3DD2C;
}
.BgClassName
{
background-color: #A3DD2C;
}
</style>
border-color css
<style>
span { border-color: #A3DD2C; }
span { border-color: rgb(163,221,44); }
td.TdClassName
{
border-color: #A3DD2C;
}
.TagClassName
{
border-color: #A3DD2C;
}
</style>