Shades of Green Yellow #AAF63F
Tints of Green Yellow #AAF63F
RGB
CMYK
RGB Variations
Color information
#AAF63F (or 0xAAF63F) is known color: Green Yellow. HEX triplet: AA, F6 and 3F. RGB value is (170,246,63). Sum of RGB (Red+Green+Blue) = 170+246+63=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF63F is #5509C0. Grayscale: #CBCBCB. Windows color (decimal): -5573057 or 4191914. OLE color: 4191914.
HSL color Cylindrical-coordinate representation of color #AAF63F: hue angle of 84.92º 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 #AAF63F is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 63 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.04 |
| HSL | 84.92º | 0.91% | 0.61% | - |
| HSV(B) | 84.92º | 0.74% | 0.96% | - |
| XYZ | 50.43 | 74.82 | 16.49 | - |
| YUV | 202.41 | 49.32 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 63 | 0.31 | 0 | 0.74 | 0.04 | 84.92 | 0.91 | 0.61 |
| Hex | AA | F6 | 3F | 1F | 0 | 4A | 4 | 55 | 5B | 3D |
| Octal | 252 | 366 | 77 | 37 | 0 | 112 | 4 | 125 | 133 | 75 |
| Binary | 10101010 | 11110110 | 111111 | 11111 | 0 | 1001010 | 100 | 1010101 | 1011011 | 111101 |
Color Harmonies of #AAF63F
Complementary color
Monochromatic Colors of #AAF63F
Black with #AAF63F
Text Example
Text Example
White with #AAF63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF63F; }
p { color: rgb(170,246,63); }
H1.HeaderClassName
{
color: #AAF63F;
}
.AnyTagClassName
{
color: #AAF63F;
}
</style>
background-color css
<style>
a { background-color: #AAF63F; }
a { background-color: rgb(170,246,63); }
div.DivClassName
{
background-color: #AAF63F;
}
.BgClassName
{
background-color: #AAF63F;
}
</style>
border-color css
<style>
span { border-color: #AAF63F; }
span { border-color: rgb(170,246,63); }
td.TdClassName
{
border-color: #AAF63F;
}
.TagClassName
{
border-color: #AAF63F;
}
</style>