Shades of Green Yellow #AAF61D
Tints of Green Yellow #AAF61D
RGB
CMYK
RGB Variations
Color information
#AAF61D (or 0xAAF61D) is known color: Green Yellow. HEX triplet: AA, F6 and 1D. RGB value is (170,246,29). Sum of RGB (Red+Green+Blue) = 170+246+29=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 246 (96.48% from 255 or 55.28% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF61D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF61D is #5509E2. Grayscale: #C7C7C7. Windows color (decimal): -5573091 or 1963690. OLE color: 1963690.
HSL color Cylindrical-coordinate representation of color #AAF61D: hue angle of 81.01º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAF61D is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 29 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.04 |
| HSL | 81.01º | 0.92% | 0.54% | - |
| HSV(B) | 81.01º | 0.88% | 0.96% | - |
| XYZ | 49.76 | 74.55 | 12.93 | - |
| YUV | 198.54 | 32.32 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 29 | 0.31 | 0 | 0.88 | 0.04 | 81.01 | 0.92 | 0.54 |
| Hex | AA | F6 | 1D | 1F | 0 | 58 | 4 | 51 | 5C | 36 |
| Octal | 252 | 366 | 35 | 37 | 0 | 130 | 4 | 121 | 134 | 66 |
| Binary | 10101010 | 11110110 | 11101 | 11111 | 0 | 1011000 | 100 | 1010001 | 1011100 | 110110 |
Color Harmonies of #AAF61D
Complementary color
Monochromatic Colors of #AAF61D
Black with #AAF61D
Text Example
Text Example
White with #AAF61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF61D; }
p { color: rgb(170,246,29); }
H1.HeaderClassName
{
color: #AAF61D;
}
.AnyTagClassName
{
color: #AAF61D;
}
</style>
background-color css
<style>
a { background-color: #AAF61D; }
a { background-color: rgb(170,246,29); }
div.DivClassName
{
background-color: #AAF61D;
}
.BgClassName
{
background-color: #AAF61D;
}
</style>
border-color css
<style>
span { border-color: #AAF61D; }
span { border-color: rgb(170,246,29); }
td.TdClassName
{
border-color: #AAF61D;
}
.TagClassName
{
border-color: #AAF61D;
}
</style>