Shades of Green Yellow #AAF636
Tints of Green Yellow #AAF636
RGB
CMYK
RGB Variations
Color information
#AAF636 (or 0xAAF636) is known color: Green Yellow. HEX triplet: AA, F6 and 36. RGB value is (170,246,54). Sum of RGB (Red+Green+Blue) = 170+246+54=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF636 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF636 is #5509C9. Grayscale: #CACACA. Windows color (decimal): -5573066 or 3602090. OLE color: 3602090.
HSL color Cylindrical-coordinate representation of color #AAF636: hue angle of 83.75º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAF636 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 54 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.04 |
| HSL | 83.75º | 0.91% | 0.59% | - |
| HSV(B) | 83.75º | 0.78% | 0.96% | - |
| XYZ | 50.2 | 74.72 | 15.27 | - |
| YUV | 201.39 | 44.82 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 54 | 0.31 | 0 | 0.78 | 0.04 | 83.75 | 0.91 | 0.59 |
| Hex | AA | F6 | 36 | 1F | 0 | 4E | 4 | 54 | 5B | 3B |
| Octal | 252 | 366 | 66 | 37 | 0 | 116 | 4 | 124 | 133 | 73 |
| Binary | 10101010 | 11110110 | 110110 | 11111 | 0 | 1001110 | 100 | 1010100 | 1011011 | 111011 |
Color Harmonies of #AAF636
Complementary color
Monochromatic Colors of #AAF636
Black with #AAF636
Text Example
Text Example
White with #AAF636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF636; }
p { color: rgb(170,246,54); }
H1.HeaderClassName
{
color: #AAF636;
}
.AnyTagClassName
{
color: #AAF636;
}
</style>
background-color css
<style>
a { background-color: #AAF636; }
a { background-color: rgb(170,246,54); }
div.DivClassName
{
background-color: #AAF636;
}
.BgClassName
{
background-color: #AAF636;
}
</style>
border-color css
<style>
span { border-color: #AAF636; }
span { border-color: rgb(170,246,54); }
td.TdClassName
{
border-color: #AAF636;
}
.TagClassName
{
border-color: #AAF636;
}
</style>