Shades of Green Yellow #AAFD37
Tints of Green Yellow #AAFD37
RGB
CMYK
RGB Variations
Color information
#AAFD37 (or 0xAAFD37) is known color: Green Yellow. HEX triplet: AA, FD and 37. RGB value is (170,253,55). Sum of RGB (Red+Green+Blue) = 170+253+55=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD37 is #5502C8. Grayscale: #CECECE. Windows color (decimal): -5571273 or 3669418. OLE color: 3669418.
HSL color Cylindrical-coordinate representation of color #AAFD37: hue angle of 85.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAFD37 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 55 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.01 |
| HSL | 85.15º | 0.98% | 0.6% | - |
| HSV(B) | 85.15º | 0.78% | 0.99% | - |
| XYZ | 52.39 | 79.07 | 16.12 | - |
| YUV | 205.61 | 43 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 55 | 0.33 | 0 | 0.78 | 0.01 | 85.15 | 0.98 | 0.6 |
| Hex | AA | FD | 37 | 21 | 0 | 4E | 1 | 55 | 62 | 3C |
| Octal | 252 | 375 | 67 | 41 | 0 | 116 | 1 | 125 | 142 | 74 |
| Binary | 10101010 | 11111101 | 110111 | 100001 | 0 | 1001110 | 1 | 1010101 | 1100010 | 111100 |
Color Harmonies of #AAFD37
Complementary color
Monochromatic Colors of #AAFD37
Black with #AAFD37
Text Example
Text Example
White with #AAFD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD37; }
p { color: rgb(170,253,55); }
H1.HeaderClassName
{
color: #AAFD37;
}
.AnyTagClassName
{
color: #AAFD37;
}
</style>
background-color css
<style>
a { background-color: #AAFD37; }
a { background-color: rgb(170,253,55); }
div.DivClassName
{
background-color: #AAFD37;
}
.BgClassName
{
background-color: #AAFD37;
}
</style>
border-color css
<style>
span { border-color: #AAFD37; }
span { border-color: rgb(170,253,55); }
td.TdClassName
{
border-color: #AAFD37;
}
.TagClassName
{
border-color: #AAFD37;
}
</style>