Shades of Green Yellow #AAFC2B
Tints of Green Yellow #AAFC2B
RGB
CMYK
RGB Variations
Color information
#AAFC2B (or 0xAAFC2B) is known color: Green Yellow. HEX triplet: AA, FC and 2B. RGB value is (170,252,43). Sum of RGB (Red+Green+Blue) = 170+252+43=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC2B is #5503D4. Grayscale: #CCCCCC. Windows color (decimal): -5571541 or 2882730. OLE color: 2882730.
HSL color Cylindrical-coordinate representation of color #AAFC2B: hue angle of 83.54º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAFC2B is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 43 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.01 |
| HSL | 83.54º | 0.97% | 0.58% | - |
| HSV(B) | 83.54º | 0.83% | 0.99% | - |
| XYZ | 51.82 | 78.34 | 14.68 | - |
| YUV | 203.66 | 37.33 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 43 | 0.33 | 0 | 0.83 | 0.01 | 83.54 | 0.97 | 0.58 |
| Hex | AA | FC | 2B | 21 | 0 | 53 | 1 | 54 | 61 | 3A |
| Octal | 252 | 374 | 53 | 41 | 0 | 123 | 1 | 124 | 141 | 72 |
| Binary | 10101010 | 11111100 | 101011 | 100001 | 0 | 1010011 | 1 | 1010100 | 1100001 | 111010 |
Color Harmonies of #AAFC2B
Complementary color
Monochromatic Colors of #AAFC2B
Black with #AAFC2B
Text Example
Text Example
White with #AAFC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC2B; }
p { color: rgb(170,252,43); }
H1.HeaderClassName
{
color: #AAFC2B;
}
.AnyTagClassName
{
color: #AAFC2B;
}
</style>
background-color css
<style>
a { background-color: #AAFC2B; }
a { background-color: rgb(170,252,43); }
div.DivClassName
{
background-color: #AAFC2B;
}
.BgClassName
{
background-color: #AAFC2B;
}
</style>
border-color css
<style>
span { border-color: #AAFC2B; }
span { border-color: rgb(170,252,43); }
td.TdClassName
{
border-color: #AAFC2B;
}
.TagClassName
{
border-color: #AAFC2B;
}
</style>