Shades of Yellow Green #AAD52B
Tints of Yellow Green #AAD52B
RGB
CMYK
RGB Variations
Color information
#AAD52B (or 0xAAD52B) is known color: Yellow Green. HEX triplet: AA, D5 and 2B. RGB value is (170,213,43). Sum of RGB (Red+Green+Blue) = 170+213+43=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD52B is #552AD4. Grayscale: #B5B5B5. Windows color (decimal): -5581525 or 2872746. OLE color: 2872746.
HSL color Cylindrical-coordinate representation of color #AAD52B: hue angle of 75.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAD52B is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 43 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.16 |
| HSL | 75.18º | 0.67% | 0.5% | - |
| HSV(B) | 75.18º | 0.8% | 0.84% | - |
| XYZ | 40.81 | 56.31 | 11 | - |
| YUV | 180.76 | 50.25 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 43 | 0.20 | 0 | 0.80 | 0.16 | 75.18 | 0.67 | 0.5 |
| Hex | AA | D5 | 2B | 14 | 0 | 50 | 10 | 4B | 43 | 32 |
| Octal | 252 | 325 | 53 | 24 | 0 | 120 | 20 | 113 | 103 | 62 |
| Binary | 10101010 | 11010101 | 101011 | 10100 | 0 | 1010000 | 10000 | 1001011 | 1000011 | 110010 |
Color Harmonies of #AAD52B
Complementary color
Monochromatic Colors of #AAD52B
Black with #AAD52B
Text Example
Text Example
White with #AAD52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD52B; }
p { color: rgb(170,213,43); }
H1.HeaderClassName
{
color: #AAD52B;
}
.AnyTagClassName
{
color: #AAD52B;
}
</style>
background-color css
<style>
a { background-color: #AAD52B; }
a { background-color: rgb(170,213,43); }
div.DivClassName
{
background-color: #AAD52B;
}
.BgClassName
{
background-color: #AAD52B;
}
</style>
border-color css
<style>
span { border-color: #AAD52B; }
span { border-color: rgb(170,213,43); }
td.TdClassName
{
border-color: #AAD52B;
}
.TagClassName
{
border-color: #AAD52B;
}
</style>