Shades of Green Yellow #AAFC2D
Tints of Green Yellow #AAFC2D
RGB
CMYK
RGB Variations
Color information
#AAFC2D (or 0xAAFC2D) is known color: Green Yellow. HEX triplet: AA, FC and 2D. RGB value is (170,252,45). Sum of RGB (Red+Green+Blue) = 170+252+45=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC2D is #5503D2. Grayscale: #CCCCCC. Windows color (decimal): -5571539 or 3013802. OLE color: 3013802.
HSL color Cylindrical-coordinate representation of color #AAFC2D: hue angle of 83.77º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAFC2D is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 45 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.01 |
| HSL | 83.77º | 0.97% | 0.58% | - |
| HSV(B) | 83.77º | 0.82% | 0.99% | - |
| XYZ | 51.86 | 78.36 | 14.87 | - |
| YUV | 203.88 | 38.33 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 45 | 0.33 | 0 | 0.82 | 0.01 | 83.77 | 0.97 | 0.58 |
| Hex | AA | FC | 2D | 21 | 0 | 52 | 1 | 54 | 61 | 3A |
| Octal | 252 | 374 | 55 | 41 | 0 | 122 | 1 | 124 | 141 | 72 |
| Binary | 10101010 | 11111100 | 101101 | 100001 | 0 | 1010010 | 1 | 1010100 | 1100001 | 111010 |
Color Harmonies of #AAFC2D
Complementary color
Monochromatic Colors of #AAFC2D
Black with #AAFC2D
Text Example
Text Example
White with #AAFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC2D; }
p { color: rgb(170,252,45); }
H1.HeaderClassName
{
color: #AAFC2D;
}
.AnyTagClassName
{
color: #AAFC2D;
}
</style>
background-color css
<style>
a { background-color: #AAFC2D; }
a { background-color: rgb(170,252,45); }
div.DivClassName
{
background-color: #AAFC2D;
}
.BgClassName
{
background-color: #AAFC2D;
}
</style>
border-color css
<style>
span { border-color: #AAFC2D; }
span { border-color: rgb(170,252,45); }
td.TdClassName
{
border-color: #AAFC2D;
}
.TagClassName
{
border-color: #AAFC2D;
}
</style>