Shades of Green Yellow #AAF825
Tints of Green Yellow #AAF825
RGB
CMYK
RGB Variations
Color information
#AAF825 (or 0xAAF825) is known color: Green Yellow. HEX triplet: AA, F8 and 25. RGB value is (170,248,37). Sum of RGB (Red+Green+Blue) = 170+248+37=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF825 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF825 is #5507DA. Grayscale: #C9C9C9. Windows color (decimal): -5572571 or 2488490. OLE color: 2488490.
HSL color Cylindrical-coordinate representation of color #AAF825: hue angle of 82.18º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAF825 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 37 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.03 |
| HSL | 82.18º | 0.94% | 0.56% | - |
| HSV(B) | 82.18º | 0.85% | 0.97% | - |
| XYZ | 50.48 | 75.81 | 13.72 | - |
| YUV | 200.62 | 35.66 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 37 | 0.31 | 0 | 0.85 | 0.03 | 82.18 | 0.94 | 0.56 |
| Hex | AA | F8 | 25 | 1F | 0 | 55 | 3 | 52 | 5E | 38 |
| Octal | 252 | 370 | 45 | 37 | 0 | 125 | 3 | 122 | 136 | 70 |
| Binary | 10101010 | 11111000 | 100101 | 11111 | 0 | 1010101 | 11 | 1010010 | 1011110 | 111000 |
Color Harmonies of #AAF825
Complementary color
Monochromatic Colors of #AAF825
Black with #AAF825
Text Example
Text Example
White with #AAF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF825; }
p { color: rgb(170,248,37); }
H1.HeaderClassName
{
color: #AAF825;
}
.AnyTagClassName
{
color: #AAF825;
}
</style>
background-color css
<style>
a { background-color: #AAF825; }
a { background-color: rgb(170,248,37); }
div.DivClassName
{
background-color: #AAF825;
}
.BgClassName
{
background-color: #AAF825;
}
</style>
border-color css
<style>
span { border-color: #AAF825; }
span { border-color: rgb(170,248,37); }
td.TdClassName
{
border-color: #AAF825;
}
.TagClassName
{
border-color: #AAF825;
}
</style>