Shades of Green Yellow #AAFE2B
Tints of Green Yellow #AAFE2B
RGB
CMYK
RGB Variations
Color information
#AAFE2B (or 0xAAFE2B) is known color: Green Yellow. HEX triplet: AA, FE and 2B. RGB value is (170,254,43). Sum of RGB (Red+Green+Blue) = 170+254+43=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFE2B is #5501D4. Grayscale: #CDCDCD. Windows color (decimal): -5571029 or 2883242. OLE color: 2883242.
HSL color Cylindrical-coordinate representation of color #AAFE2B: hue angle of 83.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAFE2B is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
RGB | 170 | 254 | 43 | - |
CMYK | 0.33 | 0 | 0.83 | 0.00 |
HSL | 83.89º | 0.99% | 0.58% | - |
HSV(B) | 83.89º | 0.83% | 1% | - |
XYZ | 52.46 | 79.6 | 14.89 | - |
YUV | 204.83 | 36.67 | 103.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 254 | 43 | 0.33 | 0 | 0.83 | 0.00 | 83.89 | 0.99 | 0.58 |
Hex | AA | FE | 2B | 21 | 0 | 53 | 0 | 54 | 63 | 3A |
Octal | 252 | 376 | 53 | 41 | 0 | 123 | 0 | 124 | 143 | 72 |
Binary | 10101010 | 11111110 | 101011 | 100001 | 0 | 1010011 | 0 | 1010100 | 1100011 | 111010 |
Color Harmonies of #AAFE2B
Complementary color
Monochromatic Colors of #AAFE2B
Black with #AAFE2B
Text Example
Text Example
White with #AAFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE2B; }
p { color: rgb(170,254,43); }
H1.HeaderClassName
{
color: #AAFE2B;
}
.AnyTagClassName
{
color: #AAFE2B;
}
</style>
background-color css
<style>
a { background-color: #AAFE2B; }
a { background-color: rgb(170,254,43); }
div.DivClassName
{
background-color: #AAFE2B;
}
.BgClassName
{
background-color: #AAFE2B;
}
</style>
border-color css
<style>
span { border-color: #AAFE2B; }
span { border-color: rgb(170,254,43); }
td.TdClassName
{
border-color: #AAFE2B;
}
.TagClassName
{
border-color: #AAFE2B;
}
</style>