Shades of Green Yellow #AAFC1B
Tints of Green Yellow #AAFC1B
RGB
CMYK
RGB Variations
Color information
#AAFC1B (or 0xAAFC1B) is known color: Green Yellow. HEX triplet: AA, FC and 1B. RGB value is (170,252,27). Sum of RGB (Red+Green+Blue) = 170+252+27=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 27 (10.94% from 255 or 6.01% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC1B is #5503E4. Grayscale: #CACACA. Windows color (decimal): -5571557 or 1834154. OLE color: 1834154.
HSL color Cylindrical-coordinate representation of color #AAFC1B: hue angle of 81.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAFC1B is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 27 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.01 |
| HSL | 81.87º | 0.97% | 0.55% | - |
| HSV(B) | 81.87º | 0.89% | 0.99% | - |
| XYZ | 51.59 | 78.25 | 13.42 | - |
| YUV | 201.83 | 29.33 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 27 | 0.33 | 0 | 0.89 | 0.01 | 81.87 | 0.97 | 0.55 |
| Hex | AA | FC | 1B | 21 | 0 | 59 | 1 | 52 | 61 | 37 |
| Octal | 252 | 374 | 33 | 41 | 0 | 131 | 1 | 122 | 141 | 67 |
| Binary | 10101010 | 11111100 | 11011 | 100001 | 0 | 1011001 | 1 | 1010010 | 1100001 | 110111 |
Color Harmonies of #AAFC1B
Complementary color
Monochromatic Colors of #AAFC1B
Black with #AAFC1B
Text Example
Text Example
White with #AAFC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC1B; }
p { color: rgb(170,252,27); }
H1.HeaderClassName
{
color: #AAFC1B;
}
.AnyTagClassName
{
color: #AAFC1B;
}
</style>
background-color css
<style>
a { background-color: #AAFC1B; }
a { background-color: rgb(170,252,27); }
div.DivClassName
{
background-color: #AAFC1B;
}
.BgClassName
{
background-color: #AAFC1B;
}
</style>
border-color css
<style>
span { border-color: #AAFC1B; }
span { border-color: rgb(170,252,27); }
td.TdClassName
{
border-color: #AAFC1B;
}
.TagClassName
{
border-color: #AAFC1B;
}
</style>