Shades of Feijoa #AAF07B
Tints of Feijoa #AAF07B
RGB
CMYK
RGB Variations
Color information
#AAF07B (or 0xAAF07B) is known color: Feijoa. HEX triplet: AA, F0 and 7B. RGB value is (170,240,123). Sum of RGB (Red+Green+Blue) = 170+240+123=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF07B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF07B is #550F84. Grayscale: #CECECE. Windows color (decimal): -5574533 or 8122538. OLE color: 8122538.
HSL color Cylindrical-coordinate representation of color #AAF07B: hue angle of 95.9º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF07B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 123 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.06 |
| HSL | 95.9º | 0.8% | 0.71% | - |
| HSV(B) | 95.9º | 0.49% | 0.94% | - |
| XYZ | 51.31 | 72.3 | 29.99 | - |
| YUV | 205.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 123 | 0.29 | 0 | 0.49 | 0.06 | 95.9 | 0.8 | 0.71 |
| Hex | AA | F0 | 7B | 1D | 0 | 31 | 6 | 60 | 50 | 47 |
| Octal | 252 | 360 | 173 | 35 | 0 | 61 | 6 | 140 | 120 | 107 |
| Binary | 10101010 | 11110000 | 1111011 | 11101 | 0 | 110001 | 110 | 1100000 | 1010000 | 1000111 |
Color Harmonies of #AAF07B
Complementary color
Monochromatic Colors of #AAF07B
Black with #AAF07B
Text Example
Text Example
White with #AAF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF07B; }
p { color: rgb(170,240,123); }
H1.HeaderClassName
{
color: #AAF07B;
}
.AnyTagClassName
{
color: #AAF07B;
}
</style>
background-color css
<style>
a { background-color: #AAF07B; }
a { background-color: rgb(170,240,123); }
div.DivClassName
{
background-color: #AAF07B;
}
.BgClassName
{
background-color: #AAF07B;
}
</style>
border-color css
<style>
span { border-color: #AAF07B; }
span { border-color: rgb(170,240,123); }
td.TdClassName
{
border-color: #AAF07B;
}
.TagClassName
{
border-color: #AAF07B;
}
</style>