Shades of Green Yellow #AAF945
Tints of Green Yellow #AAF945
RGB
CMYK
RGB Variations
Color information
#AAF945 (or 0xAAF945) is known color: Green Yellow. HEX triplet: AA, F9 and 45. RGB value is (170,249,69). Sum of RGB (Red+Green+Blue) = 170+249+69=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF945 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF945 is #5506BA. Grayscale: #CDCDCD. Windows color (decimal): -5572283 or 4585898. OLE color: 4585898.
HSL color Cylindrical-coordinate representation of color #AAF945: hue angle of 86.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAF945 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 69 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.02 |
| HSL | 86.33º | 0.94% | 0.62% | - |
| HSV(B) | 86.33º | 0.72% | 0.98% | - |
| XYZ | 51.53 | 76.73 | 17.72 | - |
| YUV | 204.86 | 51.33 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 69 | 0.32 | 0 | 0.72 | 0.02 | 86.33 | 0.94 | 0.62 |
| Hex | AA | F9 | 45 | 20 | 0 | 48 | 2 | 56 | 5E | 3E |
| Octal | 252 | 371 | 105 | 40 | 0 | 110 | 2 | 126 | 136 | 76 |
| Binary | 10101010 | 11111001 | 1000101 | 100000 | 0 | 1001000 | 10 | 1010110 | 1011110 | 111110 |
Color Harmonies of #AAF945
Complementary color
Monochromatic Colors of #AAF945
Black with #AAF945
Text Example
Text Example
White with #AAF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF945; }
p { color: rgb(170,249,69); }
H1.HeaderClassName
{
color: #AAF945;
}
.AnyTagClassName
{
color: #AAF945;
}
</style>
background-color css
<style>
a { background-color: #AAF945; }
a { background-color: rgb(170,249,69); }
div.DivClassName
{
background-color: #AAF945;
}
.BgClassName
{
background-color: #AAF945;
}
</style>
border-color css
<style>
span { border-color: #AAF945; }
span { border-color: rgb(170,249,69); }
td.TdClassName
{
border-color: #AAF945;
}
.TagClassName
{
border-color: #AAF945;
}
</style>