Shades of Feijoa #AAFD7D
Tints of Feijoa #AAFD7D
RGB
CMYK
RGB Variations
Color information
#AAFD7D (or 0xAAFD7D) is known color: Feijoa. HEX triplet: AA, FD and 7D. RGB value is (170,253,125). Sum of RGB (Red+Green+Blue) = 170+253+125=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD7D is #550282. Grayscale: #D6D6D6. Windows color (decimal): -5571203 or 8256938. OLE color: 8256938.
HSL color Cylindrical-coordinate representation of color #AAFD7D: hue angle of 98.91º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAFD7D is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 125 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.01 |
| HSL | 98.91º | 0.97% | 0.74% | - |
| HSV(B) | 98.91º | 0.51% | 0.99% | - |
| XYZ | 55.4 | 80.28 | 31.98 | - |
| YUV | 213.59 | 78 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 125 | 0.33 | 0 | 0.51 | 0.01 | 98.91 | 0.97 | 0.74 |
| Hex | AA | FD | 7D | 21 | 0 | 33 | 1 | 63 | 61 | 4A |
| Octal | 252 | 375 | 175 | 41 | 0 | 63 | 1 | 143 | 141 | 112 |
| Binary | 10101010 | 11111101 | 1111101 | 100001 | 0 | 110011 | 1 | 1100011 | 1100001 | 1001010 |
Color Harmonies of #AAFD7D
Complementary color
Monochromatic Colors of #AAFD7D
Black with #AAFD7D
Text Example
Text Example
White with #AAFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD7D; }
p { color: rgb(170,253,125); }
H1.HeaderClassName
{
color: #AAFD7D;
}
.AnyTagClassName
{
color: #AAFD7D;
}
</style>
background-color css
<style>
a { background-color: #AAFD7D; }
a { background-color: rgb(170,253,125); }
div.DivClassName
{
background-color: #AAFD7D;
}
.BgClassName
{
background-color: #AAFD7D;
}
</style>
border-color css
<style>
span { border-color: #AAFD7D; }
span { border-color: rgb(170,253,125); }
td.TdClassName
{
border-color: #AAFD7D;
}
.TagClassName
{
border-color: #AAFD7D;
}
</style>