Shades of Green Yellow #AAFD1C
Tints of Green Yellow #AAFD1C
RGB
CMYK
RGB Variations
Color information
#AAFD1C (or 0xAAFD1C) is known color: Green Yellow. HEX triplet: AA, FD and 1C. RGB value is (170,253,28). Sum of RGB (Red+Green+Blue) = 170+253+28=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 253 (99.22% from 255 or 56.10% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD1C is #5502E3. Grayscale: #CBCBCB. Windows color (decimal): -5571300 or 1899946. OLE color: 1899946.
HSL color Cylindrical-coordinate representation of color #AAFD1C: hue angle of 82.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAFD1C is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 28 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.01 |
| HSL | 82.13º | 0.98% | 0.55% | - |
| HSV(B) | 82.13º | 0.89% | 0.99% | - |
| XYZ | 51.91 | 78.88 | 13.59 | - |
| YUV | 202.53 | 29.5 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 28 | 0.33 | 0 | 0.89 | 0.01 | 82.13 | 0.98 | 0.55 |
| Hex | AA | FD | 1C | 21 | 0 | 59 | 1 | 52 | 62 | 37 |
| Octal | 252 | 375 | 34 | 41 | 0 | 131 | 1 | 122 | 142 | 67 |
| Binary | 10101010 | 11111101 | 11100 | 100001 | 0 | 1011001 | 1 | 1010010 | 1100010 | 110111 |
Color Harmonies of #AAFD1C
Complementary color
Monochromatic Colors of #AAFD1C
Black with #AAFD1C
Text Example
Text Example
White with #AAFD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD1C; }
p { color: rgb(170,253,28); }
H1.HeaderClassName
{
color: #AAFD1C;
}
.AnyTagClassName
{
color: #AAFD1C;
}
</style>
background-color css
<style>
a { background-color: #AAFD1C; }
a { background-color: rgb(170,253,28); }
div.DivClassName
{
background-color: #AAFD1C;
}
.BgClassName
{
background-color: #AAFD1C;
}
</style>
border-color css
<style>
span { border-color: #AAFD1C; }
span { border-color: rgb(170,253,28); }
td.TdClassName
{
border-color: #AAFD1C;
}
.TagClassName
{
border-color: #AAFD1C;
}
</style>