Shades of Green Yellow #AAFF2D
Tints of Green Yellow #AAFF2D
RGB
CMYK
RGB Variations
Color information
#AAFF2D (or 0xAAFF2D) is known color: Green Yellow. HEX triplet: AA, FF and 2D. RGB value is (170,255,45). Sum of RGB (Red+Green+Blue) = 170+255+45=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF2D is #5500D2. Grayscale: #CECECE. Windows color (decimal): -5570771 or 3014570. OLE color: 3014570.
HSL color Cylindrical-coordinate representation of color #AAFF2D: hue angle of 84.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAFF2D is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 45 | - |
| CMYK | 0.33 | 0 | 0.82 | 0 |
| HSL | 84.29º | 1% | 0.59% | - |
| HSV(B) | 84.29º | 0.82% | 1% | - |
| XYZ | 52.81 | 80.26 | 15.19 | - |
| YUV | 205.65 | 37.34 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 45 | 0.33 | 0 | 0.82 | 0 | 84.29 | 1 | 0.59 |
| Hex | AA | FF | 2D | 21 | 0 | 52 | 0 | 54 | 64 | 3B |
| Octal | 252 | 377 | 55 | 41 | 0 | 122 | 0 | 124 | 144 | 73 |
| Binary | 10101010 | 11111111 | 101101 | 100001 | 0 | 1010010 | 0 | 1010100 | 1100100 | 111011 |
Color Harmonies of #AAFF2D
Complementary color
Monochromatic Colors of #AAFF2D
Black with #AAFF2D
Text Example
Text Example
White with #AAFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF2D; }
p { color: rgb(170,255,45); }
H1.HeaderClassName
{
color: #AAFF2D;
}
.AnyTagClassName
{
color: #AAFF2D;
}
</style>
background-color css
<style>
a { background-color: #AAFF2D; }
a { background-color: rgb(170,255,45); }
div.DivClassName
{
background-color: #AAFF2D;
}
.BgClassName
{
background-color: #AAFF2D;
}
</style>
border-color css
<style>
span { border-color: #AAFF2D; }
span { border-color: rgb(170,255,45); }
td.TdClassName
{
border-color: #AAFF2D;
}
.TagClassName
{
border-color: #AAFF2D;
}
</style>