Shades of Feijoa #AAF277
Tints of Feijoa #AAF277
RGB
CMYK
RGB Variations
Color information
#AAF277 (or 0xAAF277) is known color: Feijoa. HEX triplet: AA, F2 and 77. RGB value is (170,242,119). Sum of RGB (Red+Green+Blue) = 170+242+119=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF277 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF277 is #550D88. Grayscale: #CECECE. Windows color (decimal): -5574025 or 7860906. OLE color: 7860906.
HSL color Cylindrical-coordinate representation of color #AAF277: hue angle of 95.12º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAF277 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 119 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.05 |
| HSL | 95.12º | 0.83% | 0.71% | - |
| HSV(B) | 95.12º | 0.51% | 0.95% | - |
| XYZ | 51.66 | 73.38 | 28.89 | - |
| YUV | 206.45 | 78.65 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 119 | 0.30 | 0 | 0.51 | 0.05 | 95.12 | 0.83 | 0.71 |
| Hex | AA | F2 | 77 | 1E | 0 | 33 | 5 | 5F | 53 | 47 |
| Octal | 252 | 362 | 167 | 36 | 0 | 63 | 5 | 137 | 123 | 107 |
| Binary | 10101010 | 11110010 | 1110111 | 11110 | 0 | 110011 | 101 | 1011111 | 1010011 | 1000111 |
Color Harmonies of #AAF277
Complementary color
Monochromatic Colors of #AAF277
Black with #AAF277
Text Example
Text Example
White with #AAF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF277; }
p { color: rgb(170,242,119); }
H1.HeaderClassName
{
color: #AAF277;
}
.AnyTagClassName
{
color: #AAF277;
}
</style>
background-color css
<style>
a { background-color: #AAF277; }
a { background-color: rgb(170,242,119); }
div.DivClassName
{
background-color: #AAF277;
}
.BgClassName
{
background-color: #AAF277;
}
</style>
border-color css
<style>
span { border-color: #AAF277; }
span { border-color: rgb(170,242,119); }
td.TdClassName
{
border-color: #AAF277;
}
.TagClassName
{
border-color: #AAF277;
}
</style>