Shades of Yellow Green #AAD52D
Tints of Yellow Green #AAD52D
RGB
CMYK
RGB Variations
Color information
#AAD52D (or 0xAAD52D) is known color: Yellow Green. HEX triplet: AA, D5 and 2D. RGB value is (170,213,45). Sum of RGB (Red+Green+Blue) = 170+213+45=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD52D is #552AD2. Grayscale: #B5B5B5. Windows color (decimal): -5581523 or 3003818. OLE color: 3003818.
HSL color Cylindrical-coordinate representation of color #AAD52D: hue angle of 75.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAD52D is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 45 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.16 |
| HSL | 75.36º | 0.67% | 0.51% | - |
| HSV(B) | 75.36º | 0.79% | 0.84% | - |
| XYZ | 40.85 | 56.32 | 11.2 | - |
| YUV | 180.99 | 51.25 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 45 | 0.20 | 0 | 0.79 | 0.16 | 75.36 | 0.67 | 0.51 |
| Hex | AA | D5 | 2D | 14 | 0 | 4F | 10 | 4B | 43 | 33 |
| Octal | 252 | 325 | 55 | 24 | 0 | 117 | 20 | 113 | 103 | 63 |
| Binary | 10101010 | 11010101 | 101101 | 10100 | 0 | 1001111 | 10000 | 1001011 | 1000011 | 110011 |
Color Harmonies of #AAD52D
Complementary color
Monochromatic Colors of #AAD52D
Black with #AAD52D
Text Example
Text Example
White with #AAD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD52D; }
p { color: rgb(170,213,45); }
H1.HeaderClassName
{
color: #AAD52D;
}
.AnyTagClassName
{
color: #AAD52D;
}
</style>
background-color css
<style>
a { background-color: #AAD52D; }
a { background-color: rgb(170,213,45); }
div.DivClassName
{
background-color: #AAD52D;
}
.BgClassName
{
background-color: #AAD52D;
}
</style>
border-color css
<style>
span { border-color: #AAD52D; }
span { border-color: rgb(170,213,45); }
td.TdClassName
{
border-color: #AAD52D;
}
.TagClassName
{
border-color: #AAD52D;
}
</style>