Shades of Green Yellow #AAFC19
Tints of Green Yellow #AAFC19
RGB
CMYK
RGB Variations
Color information
#AAFC19 (or 0xAAFC19) is known color: Green Yellow. HEX triplet: AA, FC and 19. RGB value is (170,252,25). Sum of RGB (Red+Green+Blue) = 170+252+25=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 252 (98.83% from 255 or 56.38% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC19 is #5503E6. Grayscale: #CACACA. Windows color (decimal): -5571559 or 1703082. OLE color: 1703082.
HSL color Cylindrical-coordinate representation of color #AAFC19: hue angle of 81.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAFC19 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 25 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.01 |
| HSL | 81.67º | 0.97% | 0.54% | - |
| HSV(B) | 81.67º | 0.9% | 0.99% | - |
| XYZ | 51.56 | 78.24 | 13.3 | - |
| YUV | 201.6 | 28.33 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 25 | 0.33 | 0 | 0.90 | 0.01 | 81.67 | 0.97 | 0.54 |
| Hex | AA | FC | 19 | 21 | 0 | 5A | 1 | 52 | 61 | 36 |
| Octal | 252 | 374 | 31 | 41 | 0 | 132 | 1 | 122 | 141 | 66 |
| Binary | 10101010 | 11111100 | 11001 | 100001 | 0 | 1011010 | 1 | 1010010 | 1100001 | 110110 |
Color Harmonies of #AAFC19
Complementary color
Monochromatic Colors of #AAFC19
Black with #AAFC19
Text Example
Text Example
White with #AAFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC19; }
p { color: rgb(170,252,25); }
H1.HeaderClassName
{
color: #AAFC19;
}
.AnyTagClassName
{
color: #AAFC19;
}
</style>
background-color css
<style>
a { background-color: #AAFC19; }
a { background-color: rgb(170,252,25); }
div.DivClassName
{
background-color: #AAFC19;
}
.BgClassName
{
background-color: #AAFC19;
}
</style>
border-color css
<style>
span { border-color: #AAFC19; }
span { border-color: rgb(170,252,25); }
td.TdClassName
{
border-color: #AAFC19;
}
.TagClassName
{
border-color: #AAFC19;
}
</style>