Shades of Feijoa #AAF27F
Tints of Feijoa #AAF27F
RGB
CMYK
RGB Variations
Color information
#AAF27F (or 0xAAF27F) is known color: Feijoa. HEX triplet: AA, F2 and 7F. RGB value is (170,242,127). Sum of RGB (Red+Green+Blue) = 170+242+127=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF27F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF27F is #550D80. Grayscale: #CFCFCF. Windows color (decimal): -5574017 or 8385194. OLE color: 8385194.
HSL color Cylindrical-coordinate representation of color #AAF27F: hue angle of 97.57º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAF27F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 127 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.05 |
| HSL | 97.57º | 0.82% | 0.72% | - |
| HSV(B) | 97.57º | 0.48% | 0.95% | - |
| XYZ | 52.16 | 73.58 | 31.53 | - |
| YUV | 207.36 | 82.65 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 127 | 0.30 | 0 | 0.48 | 0.05 | 97.57 | 0.82 | 0.72 |
| Hex | AA | F2 | 7F | 1E | 0 | 30 | 5 | 62 | 52 | 48 |
| Octal | 252 | 362 | 177 | 36 | 0 | 60 | 5 | 142 | 122 | 110 |
| Binary | 10101010 | 11110010 | 1111111 | 11110 | 0 | 110000 | 101 | 1100010 | 1010010 | 1001000 |
Color Harmonies of #AAF27F
Complementary color
Monochromatic Colors of #AAF27F
Black with #AAF27F
Text Example
Text Example
White with #AAF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF27F; }
p { color: rgb(170,242,127); }
H1.HeaderClassName
{
color: #AAF27F;
}
.AnyTagClassName
{
color: #AAF27F;
}
</style>
background-color css
<style>
a { background-color: #AAF27F; }
a { background-color: rgb(170,242,127); }
div.DivClassName
{
background-color: #AAF27F;
}
.BgClassName
{
background-color: #AAF27F;
}
</style>
border-color css
<style>
span { border-color: #AAF27F; }
span { border-color: rgb(170,242,127); }
td.TdClassName
{
border-color: #AAF27F;
}
.TagClassName
{
border-color: #AAF27F;
}
</style>