Shades of Green Yellow #AAF640
Tints of Green Yellow #AAF640
RGB
CMYK
RGB Variations
Color information
#AAF640 (or 0xAAF640) is known color: Green Yellow. HEX triplet: AA, F6 and 40. RGB value is (170,246,64). Sum of RGB (Red+Green+Blue) = 170+246+64=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF640 is #5509BF. Grayscale: #CBCBCB. Windows color (decimal): -5573056 or 4257450. OLE color: 4257450.
HSL color Cylindrical-coordinate representation of color #AAF640: hue angle of 85.05º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAF640 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 64 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.04 |
| HSL | 85.05º | 0.91% | 0.61% | - |
| HSV(B) | 85.05º | 0.74% | 0.96% | - |
| XYZ | 50.46 | 74.83 | 16.63 | - |
| YUV | 202.53 | 49.82 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 64 | 0.31 | 0 | 0.74 | 0.04 | 85.05 | 0.91 | 0.61 |
| Hex | AA | F6 | 40 | 1F | 0 | 4A | 4 | 55 | 5B | 3D |
| Octal | 252 | 366 | 100 | 37 | 0 | 112 | 4 | 125 | 133 | 75 |
| Binary | 10101010 | 11110110 | 1000000 | 11111 | 0 | 1001010 | 100 | 1010101 | 1011011 | 111101 |
Color Harmonies of #AAF640
Complementary color
Monochromatic Colors of #AAF640
Black with #AAF640
Text Example
Text Example
White with #AAF640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF640; }
p { color: rgb(170,246,64); }
H1.HeaderClassName
{
color: #AAF640;
}
.AnyTagClassName
{
color: #AAF640;
}
</style>
background-color css
<style>
a { background-color: #AAF640; }
a { background-color: rgb(170,246,64); }
div.DivClassName
{
background-color: #AAF640;
}
.BgClassName
{
background-color: #AAF640;
}
</style>
border-color css
<style>
span { border-color: #AAF640; }
span { border-color: rgb(170,246,64); }
td.TdClassName
{
border-color: #AAF640;
}
.TagClassName
{
border-color: #AAF640;
}
</style>