Shades of Green Yellow #AAFD3C
Tints of Green Yellow #AAFD3C
RGB
CMYK
RGB Variations
Color information
#AAFD3C (or 0xAAFD3C) is known color: Green Yellow. HEX triplet: AA, FD and 3C. RGB value is (170,253,60). Sum of RGB (Red+Green+Blue) = 170+253+60=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD3C is #5502C3. Grayscale: #CECECE. Windows color (decimal): -5571268 or 3997098. OLE color: 3997098.
HSL color Cylindrical-coordinate representation of color #AAFD3C: hue angle of 85.8º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAFD3C is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 60 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.01 |
| HSL | 85.8º | 0.98% | 0.61% | - |
| HSV(B) | 85.8º | 0.76% | 0.99% | - |
| XYZ | 52.52 | 79.12 | 16.78 | - |
| YUV | 206.18 | 45.5 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 60 | 0.33 | 0 | 0.76 | 0.01 | 85.8 | 0.98 | 0.61 |
| Hex | AA | FD | 3C | 21 | 0 | 4C | 1 | 56 | 62 | 3D |
| Octal | 252 | 375 | 74 | 41 | 0 | 114 | 1 | 126 | 142 | 75 |
| Binary | 10101010 | 11111101 | 111100 | 100001 | 0 | 1001100 | 1 | 1010110 | 1100010 | 111101 |
Color Harmonies of #AAFD3C
Complementary color
Monochromatic Colors of #AAFD3C
Black with #AAFD3C
Text Example
Text Example
White with #AAFD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD3C; }
p { color: rgb(170,253,60); }
H1.HeaderClassName
{
color: #AAFD3C;
}
.AnyTagClassName
{
color: #AAFD3C;
}
</style>
background-color css
<style>
a { background-color: #AAFD3C; }
a { background-color: rgb(170,253,60); }
div.DivClassName
{
background-color: #AAFD3C;
}
.BgClassName
{
background-color: #AAFD3C;
}
</style>
border-color css
<style>
span { border-color: #AAFD3C; }
span { border-color: rgb(170,253,60); }
td.TdClassName
{
border-color: #AAFD3C;
}
.TagClassName
{
border-color: #AAFD3C;
}
</style>