Shades of Green Yellow #AAF245
Tints of Green Yellow #AAF245
RGB
CMYK
RGB Variations
Color information
#AAF245 (or 0xAAF245) is known color: Green Yellow. HEX triplet: AA, F2 and 45. RGB value is (170,242,69). Sum of RGB (Red+Green+Blue) = 170+242+69=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF245 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF245 is #550DBA. Grayscale: #C9C9C9. Windows color (decimal): -5574075 or 4584106. OLE color: 4584106.
HSL color Cylindrical-coordinate representation of color #AAF245: hue angle of 84.97º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAF245 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 69 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.05 |
| HSL | 84.97º | 0.87% | 0.61% | - |
| HSV(B) | 84.97º | 0.71% | 0.95% | - |
| XYZ | 49.4 | 72.48 | 17.02 | - |
| YUV | 200.75 | 53.65 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 69 | 0.30 | 0 | 0.71 | 0.05 | 84.97 | 0.87 | 0.61 |
| Hex | AA | F2 | 45 | 1E | 0 | 47 | 5 | 55 | 57 | 3D |
| Octal | 252 | 362 | 105 | 36 | 0 | 107 | 5 | 125 | 127 | 75 |
| Binary | 10101010 | 11110010 | 1000101 | 11110 | 0 | 1000111 | 101 | 1010101 | 1010111 | 111101 |
Color Harmonies of #AAF245
Complementary color
Monochromatic Colors of #AAF245
Black with #AAF245
Text Example
Text Example
White with #AAF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF245; }
p { color: rgb(170,242,69); }
H1.HeaderClassName
{
color: #AAF245;
}
.AnyTagClassName
{
color: #AAF245;
}
</style>
background-color css
<style>
a { background-color: #AAF245; }
a { background-color: rgb(170,242,69); }
div.DivClassName
{
background-color: #AAF245;
}
.BgClassName
{
background-color: #AAF245;
}
</style>
border-color css
<style>
span { border-color: #AAF245; }
span { border-color: rgb(170,242,69); }
td.TdClassName
{
border-color: #AAF245;
}
.TagClassName
{
border-color: #AAF245;
}
</style>