Shades of Yellow Green #AAD326
Tints of Yellow Green #AAD326
RGB
CMYK
RGB Variations
Color information
#AAD326 (or 0xAAD326) is known color: Yellow Green. HEX triplet: AA, D3 and 26. RGB value is (170,211,38). Sum of RGB (Red+Green+Blue) = 170+211+38=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD326 is #552CD9. Grayscale: #B3B3B3. Windows color (decimal): -5582042 or 2544554. OLE color: 2544554.
HSL color Cylindrical-coordinate representation of color #AAD326: hue angle of 74.22º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAD326 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 38 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.17 |
| HSL | 74.22º | 0.69% | 0.49% | - |
| HSV(B) | 74.22º | 0.82% | 0.83% | - |
| XYZ | 40.22 | 55.27 | 10.38 | - |
| YUV | 179.02 | 48.42 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 38 | 0.19 | 0 | 0.82 | 0.17 | 74.22 | 0.69 | 0.49 |
| Hex | AA | D3 | 26 | 13 | 0 | 52 | 11 | 4A | 45 | 31 |
| Octal | 252 | 323 | 46 | 23 | 0 | 122 | 21 | 112 | 105 | 61 |
| Binary | 10101010 | 11010011 | 100110 | 10011 | 0 | 1010010 | 10001 | 1001010 | 1000101 | 110001 |
Color Harmonies of #AAD326
Complementary color
Monochromatic Colors of #AAD326
Black with #AAD326
Text Example
Text Example
White with #AAD326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD326; }
p { color: rgb(170,211,38); }
H1.HeaderClassName
{
color: #AAD326;
}
.AnyTagClassName
{
color: #AAD326;
}
</style>
background-color css
<style>
a { background-color: #AAD326; }
a { background-color: rgb(170,211,38); }
div.DivClassName
{
background-color: #AAD326;
}
.BgClassName
{
background-color: #AAD326;
}
</style>
border-color css
<style>
span { border-color: #AAD326; }
span { border-color: rgb(170,211,38); }
td.TdClassName
{
border-color: #AAD326;
}
.TagClassName
{
border-color: #AAD326;
}
</style>