Shades of Green Yellow #AAF540
Tints of Green Yellow #AAF540
RGB
CMYK
RGB Variations
Color information
#AAF540 (or 0xAAF540) is known color: Green Yellow. HEX triplet: AA, F5 and 40. RGB value is (170,245,64). Sum of RGB (Red+Green+Blue) = 170+245+64=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF540 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF540 is #550ABF. Grayscale: #CACACA. Windows color (decimal): -5573312 or 4257194. OLE color: 4257194.
HSL color Cylindrical-coordinate representation of color #AAF540: hue angle of 84.86º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAF540 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 64 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.04 |
| HSL | 84.86º | 0.9% | 0.61% | - |
| HSV(B) | 84.86º | 0.74% | 0.96% | - |
| XYZ | 50.16 | 74.22 | 16.53 | - |
| YUV | 201.94 | 50.15 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 64 | 0.31 | 0 | 0.74 | 0.04 | 84.86 | 0.9 | 0.61 |
| Hex | AA | F5 | 40 | 1F | 0 | 4A | 4 | 55 | 5A | 3D |
| Octal | 252 | 365 | 100 | 37 | 0 | 112 | 4 | 125 | 132 | 75 |
| Binary | 10101010 | 11110101 | 1000000 | 11111 | 0 | 1001010 | 100 | 1010101 | 1011010 | 111101 |
Color Harmonies of #AAF540
Complementary color
Monochromatic Colors of #AAF540
Black with #AAF540
Text Example
Text Example
White with #AAF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF540; }
p { color: rgb(170,245,64); }
H1.HeaderClassName
{
color: #AAF540;
}
.AnyTagClassName
{
color: #AAF540;
}
</style>
background-color css
<style>
a { background-color: #AAF540; }
a { background-color: rgb(170,245,64); }
div.DivClassName
{
background-color: #AAF540;
}
.BgClassName
{
background-color: #AAF540;
}
</style>
border-color css
<style>
span { border-color: #AAF540; }
span { border-color: rgb(170,245,64); }
td.TdClassName
{
border-color: #AAF540;
}
.TagClassName
{
border-color: #AAF540;
}
</style>