Shades of Green Yellow #AAF32D
Tints of Green Yellow #AAF32D
RGB
CMYK
RGB Variations
Color information
#AAF32D (or 0xAAF32D) is known color: Green Yellow. HEX triplet: AA, F3 and 2D. RGB value is (170,243,45). Sum of RGB (Red+Green+Blue) = 170+243+45=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 243 (95.31% from 255 or 53.06% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF32D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF32D is #550CD2. Grayscale: #C7C7C7. Windows color (decimal): -5573843 or 3011498. OLE color: 3011498.
HSL color Cylindrical-coordinate representation of color #AAF32D: hue angle of 82.12º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAF32D is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 45 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.05 |
| HSL | 82.12º | 0.89% | 0.56% | - |
| HSV(B) | 82.12º | 0.81% | 0.95% | - |
| XYZ | 49.1 | 72.84 | 13.95 | - |
| YUV | 198.6 | 41.32 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 45 | 0.30 | 0 | 0.81 | 0.05 | 82.12 | 0.89 | 0.56 |
| Hex | AA | F3 | 2D | 1E | 0 | 51 | 5 | 52 | 59 | 38 |
| Octal | 252 | 363 | 55 | 36 | 0 | 121 | 5 | 122 | 131 | 70 |
| Binary | 10101010 | 11110011 | 101101 | 11110 | 0 | 1010001 | 101 | 1010010 | 1011001 | 111000 |
Color Harmonies of #AAF32D
Complementary color
Monochromatic Colors of #AAF32D
Black with #AAF32D
Text Example
Text Example
White with #AAF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF32D; }
p { color: rgb(170,243,45); }
H1.HeaderClassName
{
color: #AAF32D;
}
.AnyTagClassName
{
color: #AAF32D;
}
</style>
background-color css
<style>
a { background-color: #AAF32D; }
a { background-color: rgb(170,243,45); }
div.DivClassName
{
background-color: #AAF32D;
}
.BgClassName
{
background-color: #AAF32D;
}
</style>
border-color css
<style>
span { border-color: #AAF32D; }
span { border-color: rgb(170,243,45); }
td.TdClassName
{
border-color: #AAF32D;
}
.TagClassName
{
border-color: #AAF32D;
}
</style>