Shades of Green Yellow #AAF845
Tints of Green Yellow #AAF845
RGB
CMYK
RGB Variations
Color information
#AAF845 (or 0xAAF845) is known color: Green Yellow. HEX triplet: AA, F8 and 45. RGB value is (170,248,69). Sum of RGB (Red+Green+Blue) = 170+248+69=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF845 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF845 is #5507BA. Grayscale: #CCCCCC. Windows color (decimal): -5572539 or 4585642. OLE color: 4585642.
HSL color Cylindrical-coordinate representation of color #AAF845: hue angle of 86.15º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAF845 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 69 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.03 |
| HSL | 86.15º | 0.93% | 0.62% | - |
| HSV(B) | 86.15º | 0.72% | 0.97% | - |
| XYZ | 51.22 | 76.11 | 17.62 | - |
| YUV | 204.27 | 51.66 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 69 | 0.31 | 0 | 0.72 | 0.03 | 86.15 | 0.93 | 0.62 |
| Hex | AA | F8 | 45 | 1F | 0 | 48 | 3 | 56 | 5D | 3E |
| Octal | 252 | 370 | 105 | 37 | 0 | 110 | 3 | 126 | 135 | 76 |
| Binary | 10101010 | 11111000 | 1000101 | 11111 | 0 | 1001000 | 11 | 1010110 | 1011101 | 111110 |
Color Harmonies of #AAF845
Complementary color
Monochromatic Colors of #AAF845
Black with #AAF845
Text Example
Text Example
White with #AAF845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF845; }
p { color: rgb(170,248,69); }
H1.HeaderClassName
{
color: #AAF845;
}
.AnyTagClassName
{
color: #AAF845;
}
</style>
background-color css
<style>
a { background-color: #AAF845; }
a { background-color: rgb(170,248,69); }
div.DivClassName
{
background-color: #AAF845;
}
.BgClassName
{
background-color: #AAF845;
}
</style>
border-color css
<style>
span { border-color: #AAF845; }
span { border-color: rgb(170,248,69); }
td.TdClassName
{
border-color: #AAF845;
}
.TagClassName
{
border-color: #AAF845;
}
</style>