Shades of Yellow Green #AAD628
Tints of Yellow Green #AAD628
RGB
CMYK
RGB Variations
Color information
#AAD628 (or 0xAAD628) is known color: Yellow Green. HEX triplet: AA, D6 and 28. RGB value is (170,214,40). Sum of RGB (Red+Green+Blue) = 170+214+40=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD628 is #5529D7. Grayscale: #B5B5B5. Windows color (decimal): -5581272 or 2676394. OLE color: 2676394.
HSL color Cylindrical-coordinate representation of color #AAD628: hue angle of 75.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAD628 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 40 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.16 |
| HSL | 75.17º | 0.69% | 0.5% | - |
| HSV(B) | 75.17º | 0.81% | 0.84% | - |
| XYZ | 41.01 | 56.79 | 10.81 | - |
| YUV | 181.01 | 48.42 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 40 | 0.21 | 0 | 0.81 | 0.16 | 75.17 | 0.69 | 0.5 |
| Hex | AA | D6 | 28 | 15 | 0 | 51 | 10 | 4B | 45 | 32 |
| Octal | 252 | 326 | 50 | 25 | 0 | 121 | 20 | 113 | 105 | 62 |
| Binary | 10101010 | 11010110 | 101000 | 10101 | 0 | 1010001 | 10000 | 1001011 | 1000101 | 110010 |
Color Harmonies of #AAD628
Complementary color
Monochromatic Colors of #AAD628
Black with #AAD628
Text Example
Text Example
White with #AAD628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD628; }
p { color: rgb(170,214,40); }
H1.HeaderClassName
{
color: #AAD628;
}
.AnyTagClassName
{
color: #AAD628;
}
</style>
background-color css
<style>
a { background-color: #AAD628; }
a { background-color: rgb(170,214,40); }
div.DivClassName
{
background-color: #AAD628;
}
.BgClassName
{
background-color: #AAD628;
}
</style>
border-color css
<style>
span { border-color: #AAD628; }
span { border-color: rgb(170,214,40); }
td.TdClassName
{
border-color: #AAD628;
}
.TagClassName
{
border-color: #AAD628;
}
</style>