Shades of Green Yellow #AAF646
Tints of Green Yellow #AAF646
RGB
CMYK
RGB Variations
Color information
#AAF646 (or 0xAAF646) is known color: Green Yellow. HEX triplet: AA, F6 and 46. RGB value is (170,246,70). Sum of RGB (Red+Green+Blue) = 170+246+70=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF646 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF646 is #5509B9. Grayscale: #CBCBCB. Windows color (decimal): -5573050 or 4650666. OLE color: 4650666.
HSL color Cylindrical-coordinate representation of color #AAF646: hue angle of 85.91º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAF646 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 70 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.04 |
| HSL | 85.91º | 0.91% | 0.62% | - |
| HSV(B) | 85.91º | 0.72% | 0.96% | - |
| XYZ | 50.64 | 74.9 | 17.58 | - |
| YUV | 203.21 | 52.82 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 70 | 0.31 | 0 | 0.72 | 0.04 | 85.91 | 0.91 | 0.62 |
| Hex | AA | F6 | 46 | 1F | 0 | 48 | 4 | 56 | 5B | 3E |
| Octal | 252 | 366 | 106 | 37 | 0 | 110 | 4 | 126 | 133 | 76 |
| Binary | 10101010 | 11110110 | 1000110 | 11111 | 0 | 1001000 | 100 | 1010110 | 1011011 | 111110 |
Color Harmonies of #AAF646
Complementary color
Monochromatic Colors of #AAF646
Black with #AAF646
Text Example
Text Example
White with #AAF646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF646; }
p { color: rgb(170,246,70); }
H1.HeaderClassName
{
color: #AAF646;
}
.AnyTagClassName
{
color: #AAF646;
}
</style>
background-color css
<style>
a { background-color: #AAF646; }
a { background-color: rgb(170,246,70); }
div.DivClassName
{
background-color: #AAF646;
}
.BgClassName
{
background-color: #AAF646;
}
</style>
border-color css
<style>
span { border-color: #AAF646; }
span { border-color: rgb(170,246,70); }
td.TdClassName
{
border-color: #AAF646;
}
.TagClassName
{
border-color: #AAF646;
}
</style>