Shades of Green Yellow #AAF545
Tints of Green Yellow #AAF545
RGB
CMYK
RGB Variations
Color information
#AAF545 (or 0xAAF545) is known color: Green Yellow. HEX triplet: AA, F5 and 45. RGB value is (170,245,69). Sum of RGB (Red+Green+Blue) = 170+245+69=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF545 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF545 is #550ABA. Grayscale: #CBCBCB. Windows color (decimal): -5573307 or 4584874. OLE color: 4584874.
HSL color Cylindrical-coordinate representation of color #AAF545: hue angle of 85.57º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAF545 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 69 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.04 |
| HSL | 85.57º | 0.9% | 0.62% | - |
| HSV(B) | 85.57º | 0.72% | 0.96% | - |
| XYZ | 50.3 | 74.28 | 17.32 | - |
| YUV | 202.51 | 52.65 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 69 | 0.31 | 0 | 0.72 | 0.04 | 85.57 | 0.9 | 0.62 |
| Hex | AA | F5 | 45 | 1F | 0 | 48 | 4 | 56 | 5A | 3E |
| Octal | 252 | 365 | 105 | 37 | 0 | 110 | 4 | 126 | 132 | 76 |
| Binary | 10101010 | 11110101 | 1000101 | 11111 | 0 | 1001000 | 100 | 1010110 | 1011010 | 111110 |
Color Harmonies of #AAF545
Complementary color
Monochromatic Colors of #AAF545
Black with #AAF545
Text Example
Text Example
White with #AAF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF545; }
p { color: rgb(170,245,69); }
H1.HeaderClassName
{
color: #AAF545;
}
.AnyTagClassName
{
color: #AAF545;
}
</style>
background-color css
<style>
a { background-color: #AAF545; }
a { background-color: rgb(170,245,69); }
div.DivClassName
{
background-color: #AAF545;
}
.BgClassName
{
background-color: #AAF545;
}
</style>
border-color css
<style>
span { border-color: #AAF545; }
span { border-color: rgb(170,245,69); }
td.TdClassName
{
border-color: #AAF545;
}
.TagClassName
{
border-color: #AAF545;
}
</style>