Shades of Green Yellow #AAFE42
Tints of Green Yellow #AAFE42
RGB
CMYK
RGB Variations
Color information
#AAFE42 (or 0xAAFE42) is known color: Green Yellow. HEX triplet: AA, FE and 42. RGB value is (170,254,66). Sum of RGB (Red+Green+Blue) = 170+254+66=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFE42 is #5501BD. Grayscale: #D0D0D0. Windows color (decimal): -5571006 or 4390570. OLE color: 4390570.
HSL color Cylindrical-coordinate representation of color #AAFE42: hue angle of 86.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAFE42 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 66 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.00 |
| HSL | 86.81º | 0.99% | 0.63% | - |
| HSV(B) | 86.81º | 0.74% | 1% | - |
| XYZ | 53 | 79.82 | 17.77 | - |
| YUV | 207.45 | 48.17 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 66 | 0.33 | 0 | 0.74 | 0.00 | 86.81 | 0.99 | 0.63 |
| Hex | AA | FE | 42 | 21 | 0 | 4A | 0 | 57 | 63 | 3F |
| Octal | 252 | 376 | 102 | 41 | 0 | 112 | 0 | 127 | 143 | 77 |
| Binary | 10101010 | 11111110 | 1000010 | 100001 | 0 | 1001010 | 0 | 1010111 | 1100011 | 111111 |
Color Harmonies of #AAFE42
Complementary color
Monochromatic Colors of #AAFE42
Black with #AAFE42
Text Example
Text Example
White with #AAFE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE42; }
p { color: rgb(170,254,66); }
H1.HeaderClassName
{
color: #AAFE42;
}
.AnyTagClassName
{
color: #AAFE42;
}
</style>
background-color css
<style>
a { background-color: #AAFE42; }
a { background-color: rgb(170,254,66); }
div.DivClassName
{
background-color: #AAFE42;
}
.BgClassName
{
background-color: #AAFE42;
}
</style>
border-color css
<style>
span { border-color: #AAFE42; }
span { border-color: rgb(170,254,66); }
td.TdClassName
{
border-color: #AAFE42;
}
.TagClassName
{
border-color: #AAFE42;
}
</style>