Shades of Feijoa #AAF27C
Tints of Feijoa #AAF27C
RGB
CMYK
RGB Variations
Color information
#AAF27C (or 0xAAF27C) is known color: Feijoa. HEX triplet: AA, F2 and 7C. RGB value is (170,242,124). Sum of RGB (Red+Green+Blue) = 170+242+124=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF27C is #550D83. Grayscale: #CFCFCF. Windows color (decimal): -5574020 or 8188586. OLE color: 8188586.
HSL color Cylindrical-coordinate representation of color #AAF27C: hue angle of 96.61º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF27C is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 124 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.05 |
| HSL | 96.61º | 0.82% | 0.72% | - |
| HSV(B) | 96.61º | 0.49% | 0.95% | - |
| XYZ | 51.97 | 73.51 | 30.52 | - |
| YUV | 207.02 | 81.15 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 124 | 0.30 | 0 | 0.49 | 0.05 | 96.61 | 0.82 | 0.72 |
| Hex | AA | F2 | 7C | 1E | 0 | 31 | 5 | 61 | 52 | 48 |
| Octal | 252 | 362 | 174 | 36 | 0 | 61 | 5 | 141 | 122 | 110 |
| Binary | 10101010 | 11110010 | 1111100 | 11110 | 0 | 110001 | 101 | 1100001 | 1010010 | 1001000 |
Color Harmonies of #AAF27C
Complementary color
Monochromatic Colors of #AAF27C
Black with #AAF27C
Text Example
Text Example
White with #AAF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF27C; }
p { color: rgb(170,242,124); }
H1.HeaderClassName
{
color: #AAF27C;
}
.AnyTagClassName
{
color: #AAF27C;
}
</style>
background-color css
<style>
a { background-color: #AAF27C; }
a { background-color: rgb(170,242,124); }
div.DivClassName
{
background-color: #AAF27C;
}
.BgClassName
{
background-color: #AAF27C;
}
</style>
border-color css
<style>
span { border-color: #AAF27C; }
span { border-color: rgb(170,242,124); }
td.TdClassName
{
border-color: #AAF27C;
}
.TagClassName
{
border-color: #AAF27C;
}
</style>