Shades of Feijoa #AAFD7B
Tints of Feijoa #AAFD7B
RGB
CMYK
RGB Variations
Color information
#AAFD7B (or 0xAAFD7B) is known color: Feijoa. HEX triplet: AA, FD and 7B. RGB value is (170,253,123). Sum of RGB (Red+Green+Blue) = 170+253+123=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD7B is #550284. Grayscale: #D5D5D5. Windows color (decimal): -5571205 or 8125866. OLE color: 8125866.
HSL color Cylindrical-coordinate representation of color #AAFD7B: hue angle of 98.31º 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 #AAFD7B is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 123 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.01 |
| HSL | 98.31º | 0.97% | 0.74% | - |
| HSV(B) | 98.31º | 0.51% | 0.99% | - |
| XYZ | 55.28 | 80.23 | 31.31 | - |
| YUV | 213.36 | 77 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 123 | 0.33 | 0 | 0.51 | 0.01 | 98.31 | 0.97 | 0.74 |
| Hex | AA | FD | 7B | 21 | 0 | 33 | 1 | 62 | 61 | 4A |
| Octal | 252 | 375 | 173 | 41 | 0 | 63 | 1 | 142 | 141 | 112 |
| Binary | 10101010 | 11111101 | 1111011 | 100001 | 0 | 110011 | 1 | 1100010 | 1100001 | 1001010 |
Color Harmonies of #AAFD7B
Complementary color
Monochromatic Colors of #AAFD7B
Black with #AAFD7B
Text Example
Text Example
White with #AAFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD7B; }
p { color: rgb(170,253,123); }
H1.HeaderClassName
{
color: #AAFD7B;
}
.AnyTagClassName
{
color: #AAFD7B;
}
</style>
background-color css
<style>
a { background-color: #AAFD7B; }
a { background-color: rgb(170,253,123); }
div.DivClassName
{
background-color: #AAFD7B;
}
.BgClassName
{
background-color: #AAFD7B;
}
</style>
border-color css
<style>
span { border-color: #AAFD7B; }
span { border-color: rgb(170,253,123); }
td.TdClassName
{
border-color: #AAFD7B;
}
.TagClassName
{
border-color: #AAFD7B;
}
</style>