Shades of Yellow Green #AAD02D
Tints of Yellow Green #AAD02D
RGB
CMYK
RGB Variations
Color information
#AAD02D (or 0xAAD02D) is known color: Yellow Green. HEX triplet: AA, D0 and 2D. RGB value is (170,208,45). Sum of RGB (Red+Green+Blue) = 170+208+45=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD02D is #552FD2. Grayscale: #B2B2B2. Windows color (decimal): -5582803 or 3002538. OLE color: 3002538.
HSL color Cylindrical-coordinate representation of color #AAD02D: hue angle of 73.99º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAD02D is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 45 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.18 |
| HSL | 73.99º | 0.64% | 0.5% | - |
| HSV(B) | 73.99º | 0.78% | 0.82% | - |
| XYZ | 39.61 | 53.85 | 10.79 | - |
| YUV | 178.06 | 52.91 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 45 | 0.18 | 0 | 0.78 | 0.18 | 73.99 | 0.64 | 0.5 |
| Hex | AA | D0 | 2D | 12 | 0 | 4E | 12 | 4A | 40 | 32 |
| Octal | 252 | 320 | 55 | 22 | 0 | 116 | 22 | 112 | 100 | 62 |
| Binary | 10101010 | 11010000 | 101101 | 10010 | 0 | 1001110 | 10010 | 1001010 | 1000000 | 110010 |
Color Harmonies of #AAD02D
Complementary color
Monochromatic Colors of #AAD02D
Black with #AAD02D
Text Example
Text Example
White with #AAD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD02D; }
p { color: rgb(170,208,45); }
H1.HeaderClassName
{
color: #AAD02D;
}
.AnyTagClassName
{
color: #AAD02D;
}
</style>
background-color css
<style>
a { background-color: #AAD02D; }
a { background-color: rgb(170,208,45); }
div.DivClassName
{
background-color: #AAD02D;
}
.BgClassName
{
background-color: #AAD02D;
}
</style>
border-color css
<style>
span { border-color: #AAD02D; }
span { border-color: rgb(170,208,45); }
td.TdClassName
{
border-color: #AAD02D;
}
.TagClassName
{
border-color: #AAD02D;
}
</style>