Shades of Green Yellow #AAFD32
Tints of Green Yellow #AAFD32
RGB
CMYK
RGB Variations
Color information
#AAFD32 (or 0xAAFD32) is known color: Green Yellow. HEX triplet: AA, FD and 32. RGB value is (170,253,50). Sum of RGB (Red+Green+Blue) = 170+253+50=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD32 is #5502CD. Grayscale: #CDCDCD. Windows color (decimal): -5571278 or 3341738. OLE color: 3341738.
HSL color Cylindrical-coordinate representation of color #AAFD32: hue angle of 84.53º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAFD32 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 50 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.01 |
| HSL | 84.53º | 0.98% | 0.59% | - |
| HSV(B) | 84.53º | 0.8% | 0.99% | - |
| XYZ | 52.28 | 79.03 | 15.52 | - |
| YUV | 205.04 | 40.5 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 50 | 0.33 | 0 | 0.80 | 0.01 | 84.53 | 0.98 | 0.59 |
| Hex | AA | FD | 32 | 21 | 0 | 50 | 1 | 55 | 62 | 3B |
| Octal | 252 | 375 | 62 | 41 | 0 | 120 | 1 | 125 | 142 | 73 |
| Binary | 10101010 | 11111101 | 110010 | 100001 | 0 | 1010000 | 1 | 1010101 | 1100010 | 111011 |
Color Harmonies of #AAFD32
Complementary color
Monochromatic Colors of #AAFD32
Black with #AAFD32
Text Example
Text Example
White with #AAFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD32; }
p { color: rgb(170,253,50); }
H1.HeaderClassName
{
color: #AAFD32;
}
.AnyTagClassName
{
color: #AAFD32;
}
</style>
background-color css
<style>
a { background-color: #AAFD32; }
a { background-color: rgb(170,253,50); }
div.DivClassName
{
background-color: #AAFD32;
}
.BgClassName
{
background-color: #AAFD32;
}
</style>
border-color css
<style>
span { border-color: #AAFD32; }
span { border-color: rgb(170,253,50); }
td.TdClassName
{
border-color: #AAFD32;
}
.TagClassName
{
border-color: #AAFD32;
}
</style>