Shades of Feijoa #AAFC77
Tints of Feijoa #AAFC77
RGB
CMYK
RGB Variations
Color information
#AAFC77 (or 0xAAFC77) is known color: Feijoa. HEX triplet: AA, FC and 77. RGB value is (170,252,119). Sum of RGB (Red+Green+Blue) = 170+252+119=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC77 is #550388. Grayscale: #D4D4D4. Windows color (decimal): -5571465 or 7863466. OLE color: 7863466.
HSL color Cylindrical-coordinate representation of color #AAFC77: hue angle of 96.99º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAFC77 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 119 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.01 |
| HSL | 96.99º | 0.96% | 0.73% | - |
| HSV(B) | 96.99º | 0.53% | 0.99% | - |
| XYZ | 54.72 | 79.5 | 29.91 | - |
| YUV | 212.32 | 75.33 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 119 | 0.33 | 0 | 0.53 | 0.01 | 96.99 | 0.96 | 0.73 |
| Hex | AA | FC | 77 | 21 | 0 | 35 | 1 | 61 | 60 | 49 |
| Octal | 252 | 374 | 167 | 41 | 0 | 65 | 1 | 141 | 140 | 111 |
| Binary | 10101010 | 11111100 | 1110111 | 100001 | 0 | 110101 | 1 | 1100001 | 1100000 | 1001001 |
Color Harmonies of #AAFC77
Complementary color
Monochromatic Colors of #AAFC77
Black with #AAFC77
Text Example
Text Example
White with #AAFC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC77; }
p { color: rgb(170,252,119); }
H1.HeaderClassName
{
color: #AAFC77;
}
.AnyTagClassName
{
color: #AAFC77;
}
</style>
background-color css
<style>
a { background-color: #AAFC77; }
a { background-color: rgb(170,252,119); }
div.DivClassName
{
background-color: #AAFC77;
}
.BgClassName
{
background-color: #AAFC77;
}
</style>
border-color css
<style>
span { border-color: #AAFC77; }
span { border-color: rgb(170,252,119); }
td.TdClassName
{
border-color: #AAFC77;
}
.TagClassName
{
border-color: #AAFC77;
}
</style>