Shades of Green Yellow #AAFD2C
Tints of Green Yellow #AAFD2C
RGB
CMYK
RGB Variations
Color information
#AAFD2C (or 0xAAFD2C) is known color: Green Yellow. HEX triplet: AA, FD and 2C. RGB value is (170,253,44). Sum of RGB (Red+Green+Blue) = 170+253+44=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD2C is #5502D3. Grayscale: #CDCDCD. Windows color (decimal): -5571284 or 2948522. OLE color: 2948522.
HSL color Cylindrical-coordinate representation of color #AAFD2C: hue angle of 83.83º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAFD2C is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 44 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.01 |
| HSL | 83.83º | 0.98% | 0.58% | - |
| HSV(B) | 83.83º | 0.83% | 0.99% | - |
| XYZ | 52.16 | 78.98 | 14.88 | - |
| YUV | 204.36 | 37.5 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 44 | 0.33 | 0 | 0.83 | 0.01 | 83.83 | 0.98 | 0.58 |
| Hex | AA | FD | 2C | 21 | 0 | 53 | 1 | 54 | 62 | 3A |
| Octal | 252 | 375 | 54 | 41 | 0 | 123 | 1 | 124 | 142 | 72 |
| Binary | 10101010 | 11111101 | 101100 | 100001 | 0 | 1010011 | 1 | 1010100 | 1100010 | 111010 |
Color Harmonies of #AAFD2C
Complementary color
Monochromatic Colors of #AAFD2C
Black with #AAFD2C
Text Example
Text Example
White with #AAFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD2C; }
p { color: rgb(170,253,44); }
H1.HeaderClassName
{
color: #AAFD2C;
}
.AnyTagClassName
{
color: #AAFD2C;
}
</style>
background-color css
<style>
a { background-color: #AAFD2C; }
a { background-color: rgb(170,253,44); }
div.DivClassName
{
background-color: #AAFD2C;
}
.BgClassName
{
background-color: #AAFD2C;
}
</style>
border-color css
<style>
span { border-color: #AAFD2C; }
span { border-color: rgb(170,253,44); }
td.TdClassName
{
border-color: #AAFD2C;
}
.TagClassName
{
border-color: #AAFD2C;
}
</style>