Shades of Feijoa #AAF67D
Tints of Feijoa #AAF67D
RGB
CMYK
RGB Variations
Color information
#AAF67D (or 0xAAF67D) is known color: Feijoa. HEX triplet: AA, F6 and 7D. RGB value is (170,246,125). Sum of RGB (Red+Green+Blue) = 170+246+125=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF67D is #550982. Grayscale: #D1D1D1. Windows color (decimal): -5572995 or 8255146. OLE color: 8255146.
HSL color Cylindrical-coordinate representation of color #AAF67D: hue angle of 97.69º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF67D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 125 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.04 |
| HSL | 97.69º | 0.87% | 0.73% | - |
| HSV(B) | 97.69º | 0.49% | 0.96% | - |
| XYZ | 53.24 | 75.94 | 31.25 | - |
| YUV | 209.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 125 | 0.31 | 0 | 0.49 | 0.04 | 97.69 | 0.87 | 0.73 |
| Hex | AA | F6 | 7D | 1F | 0 | 31 | 4 | 62 | 57 | 49 |
| Octal | 252 | 366 | 175 | 37 | 0 | 61 | 4 | 142 | 127 | 111 |
| Binary | 10101010 | 11110110 | 1111101 | 11111 | 0 | 110001 | 100 | 1100010 | 1010111 | 1001001 |
Color Harmonies of #AAF67D
Complementary color
Monochromatic Colors of #AAF67D
Black with #AAF67D
Text Example
Text Example
White with #AAF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF67D; }
p { color: rgb(170,246,125); }
H1.HeaderClassName
{
color: #AAF67D;
}
.AnyTagClassName
{
color: #AAF67D;
}
</style>
background-color css
<style>
a { background-color: #AAF67D; }
a { background-color: rgb(170,246,125); }
div.DivClassName
{
background-color: #AAF67D;
}
.BgClassName
{
background-color: #AAF67D;
}
</style>
border-color css
<style>
span { border-color: #AAF67D; }
span { border-color: rgb(170,246,125); }
td.TdClassName
{
border-color: #AAF67D;
}
.TagClassName
{
border-color: #AAF67D;
}
</style>