Shades of Feijoa #AAF67B
Tints of Feijoa #AAF67B
RGB
CMYK
RGB Variations
Color information
#AAF67B (or 0xAAF67B) is known color: Feijoa. HEX triplet: AA, F6 and 7B. RGB value is (170,246,123). Sum of RGB (Red+Green+Blue) = 170+246+123=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF67B is #550984. Grayscale: #D1D1D1. Windows color (decimal): -5572997 or 8124074. OLE color: 8124074.
HSL color Cylindrical-coordinate representation of color #AAF67B: hue angle of 97.07º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF67B is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 123 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.04 |
| HSL | 97.07º | 0.87% | 0.72% | - |
| HSV(B) | 97.07º | 0.5% | 0.96% | - |
| XYZ | 53.11 | 75.89 | 30.59 | - |
| YUV | 209.25 | 79.32 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 123 | 0.31 | 0 | 0.50 | 0.04 | 97.07 | 0.87 | 0.72 |
| Hex | AA | F6 | 7B | 1F | 0 | 32 | 4 | 61 | 57 | 48 |
| Octal | 252 | 366 | 173 | 37 | 0 | 62 | 4 | 141 | 127 | 110 |
| Binary | 10101010 | 11110110 | 1111011 | 11111 | 0 | 110010 | 100 | 1100001 | 1010111 | 1001000 |
Color Harmonies of #AAF67B
Complementary color
Monochromatic Colors of #AAF67B
Black with #AAF67B
Text Example
Text Example
White with #AAF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF67B; }
p { color: rgb(170,246,123); }
H1.HeaderClassName
{
color: #AAF67B;
}
.AnyTagClassName
{
color: #AAF67B;
}
</style>
background-color css
<style>
a { background-color: #AAF67B; }
a { background-color: rgb(170,246,123); }
div.DivClassName
{
background-color: #AAF67B;
}
.BgClassName
{
background-color: #AAF67B;
}
</style>
border-color css
<style>
span { border-color: #AAF67B; }
span { border-color: rgb(170,246,123); }
td.TdClassName
{
border-color: #AAF67B;
}
.TagClassName
{
border-color: #AAF67B;
}
</style>