Shades of Green Yellow #AAF627
Tints of Green Yellow #AAF627
RGB
CMYK
RGB Variations
Color information
#AAF627 (or 0xAAF627) is known color: Green Yellow. HEX triplet: AA, F6 and 27. RGB value is (170,246,39). Sum of RGB (Red+Green+Blue) = 170+246+39=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF627 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF627 is #5509D8. Grayscale: #C8C8C8. Windows color (decimal): -5573081 or 2619050. OLE color: 2619050.
HSL color Cylindrical-coordinate representation of color #AAF627: hue angle of 82.03º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAF627 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 39 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.04 |
| HSL | 82.03º | 0.92% | 0.56% | - |
| HSV(B) | 82.03º | 0.84% | 0.96% | - |
| XYZ | 49.9 | 74.6 | 13.69 | - |
| YUV | 199.68 | 37.32 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 39 | 0.31 | 0 | 0.84 | 0.04 | 82.03 | 0.92 | 0.56 |
| Hex | AA | F6 | 27 | 1F | 0 | 54 | 4 | 52 | 5C | 38 |
| Octal | 252 | 366 | 47 | 37 | 0 | 124 | 4 | 122 | 134 | 70 |
| Binary | 10101010 | 11110110 | 100111 | 11111 | 0 | 1010100 | 100 | 1010010 | 1011100 | 111000 |
Color Harmonies of #AAF627
Complementary color
Monochromatic Colors of #AAF627
Black with #AAF627
Text Example
Text Example
White with #AAF627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF627; }
p { color: rgb(170,246,39); }
H1.HeaderClassName
{
color: #AAF627;
}
.AnyTagClassName
{
color: #AAF627;
}
</style>
background-color css
<style>
a { background-color: #AAF627; }
a { background-color: rgb(170,246,39); }
div.DivClassName
{
background-color: #AAF627;
}
.BgClassName
{
background-color: #AAF627;
}
</style>
border-color css
<style>
span { border-color: #AAF627; }
span { border-color: rgb(170,246,39); }
td.TdClassName
{
border-color: #AAF627;
}
.TagClassName
{
border-color: #AAF627;
}
</style>