Shades of Green Yellow #AAF61C
Tints of Green Yellow #AAF61C
RGB
CMYK
RGB Variations
Color information
#AAF61C (or 0xAAF61C) is known color: Green Yellow. HEX triplet: AA, F6 and 1C. RGB value is (170,246,28). Sum of RGB (Red+Green+Blue) = 170+246+28=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 246 (96.48% from 255 or 55.41% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF61C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF61C is #5509E3. Grayscale: #C7C7C7. Windows color (decimal): -5573092 or 1898154. OLE color: 1898154.
HSL color Cylindrical-coordinate representation of color #AAF61C: hue angle of 80.92º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAF61C is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 28 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.04 |
| HSL | 80.92º | 0.92% | 0.54% | - |
| HSV(B) | 80.92º | 0.89% | 0.96% | - |
| XYZ | 49.74 | 74.54 | 12.86 | - |
| YUV | 198.42 | 31.82 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 28 | 0.31 | 0 | 0.89 | 0.04 | 80.92 | 0.92 | 0.54 |
| Hex | AA | F6 | 1C | 1F | 0 | 59 | 4 | 51 | 5C | 36 |
| Octal | 252 | 366 | 34 | 37 | 0 | 131 | 4 | 121 | 134 | 66 |
| Binary | 10101010 | 11110110 | 11100 | 11111 | 0 | 1011001 | 100 | 1010001 | 1011100 | 110110 |
Color Harmonies of #AAF61C
Complementary color
Monochromatic Colors of #AAF61C
Black with #AAF61C
Text Example
Text Example
White with #AAF61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF61C; }
p { color: rgb(170,246,28); }
H1.HeaderClassName
{
color: #AAF61C;
}
.AnyTagClassName
{
color: #AAF61C;
}
</style>
background-color css
<style>
a { background-color: #AAF61C; }
a { background-color: rgb(170,246,28); }
div.DivClassName
{
background-color: #AAF61C;
}
.BgClassName
{
background-color: #AAF61C;
}
</style>
border-color css
<style>
span { border-color: #AAF61C; }
span { border-color: rgb(170,246,28); }
td.TdClassName
{
border-color: #AAF61C;
}
.TagClassName
{
border-color: #AAF61C;
}
</style>