Shades of Green Yellow #AAFC3A
Tints of Green Yellow #AAFC3A
RGB
CMYK
RGB Variations
Color information
#AAFC3A (or 0xAAFC3A) is known color: Green Yellow. HEX triplet: AA, FC and 3A. RGB value is (170,252,58). Sum of RGB (Red+Green+Blue) = 170+252+58=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC3A is #5503C5. Grayscale: #CECECE. Windows color (decimal): -5571526 or 3865770. OLE color: 3865770.
HSL color Cylindrical-coordinate representation of color #AAFC3A: hue angle of 85.36º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAFC3A is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 58 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.01 |
| HSL | 85.36º | 0.97% | 0.61% | - |
| HSV(B) | 85.36º | 0.77% | 0.99% | - |
| XYZ | 52.15 | 78.47 | 16.4 | - |
| YUV | 205.37 | 44.83 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 58 | 0.33 | 0 | 0.77 | 0.01 | 85.36 | 0.97 | 0.61 |
| Hex | AA | FC | 3A | 21 | 0 | 4D | 1 | 55 | 61 | 3D |
| Octal | 252 | 374 | 72 | 41 | 0 | 115 | 1 | 125 | 141 | 75 |
| Binary | 10101010 | 11111100 | 111010 | 100001 | 0 | 1001101 | 1 | 1010101 | 1100001 | 111101 |
Color Harmonies of #AAFC3A
Complementary color
Monochromatic Colors of #AAFC3A
Black with #AAFC3A
Text Example
Text Example
White with #AAFC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC3A; }
p { color: rgb(170,252,58); }
H1.HeaderClassName
{
color: #AAFC3A;
}
.AnyTagClassName
{
color: #AAFC3A;
}
</style>
background-color css
<style>
a { background-color: #AAFC3A; }
a { background-color: rgb(170,252,58); }
div.DivClassName
{
background-color: #AAFC3A;
}
.BgClassName
{
background-color: #AAFC3A;
}
</style>
border-color css
<style>
span { border-color: #AAFC3A; }
span { border-color: rgb(170,252,58); }
td.TdClassName
{
border-color: #AAFC3A;
}
.TagClassName
{
border-color: #AAFC3A;
}
</style>