Shades of Feijoa #AAF56C
Tints of Feijoa #AAF56C
RGB
CMYK
RGB Variations
Color information
#AAF56C (or 0xAAF56C) is known color: Feijoa. HEX triplet: AA, F5 and 6C. RGB value is (170,245,108). Sum of RGB (Red+Green+Blue) = 170+245+108=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF56C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF56C is #550A93. Grayscale: #CFCFCF. Windows color (decimal): -5573268 or 7140778. OLE color: 7140778.
HSL color Cylindrical-coordinate representation of color #AAF56C: hue angle of 92.85º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAF56C is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 108 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.04 |
| HSL | 92.85º | 0.87% | 0.69% | - |
| HSV(B) | 92.85º | 0.56% | 0.96% | - |
| XYZ | 51.94 | 74.93 | 25.91 | - |
| YUV | 206.96 | 72.15 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 108 | 0.31 | 0 | 0.56 | 0.04 | 92.85 | 0.87 | 0.69 |
| Hex | AA | F5 | 6C | 1F | 0 | 38 | 4 | 5D | 57 | 45 |
| Octal | 252 | 365 | 154 | 37 | 0 | 70 | 4 | 135 | 127 | 105 |
| Binary | 10101010 | 11110101 | 1101100 | 11111 | 0 | 111000 | 100 | 1011101 | 1010111 | 1000101 |
Color Harmonies of #AAF56C
Complementary color
Monochromatic Colors of #AAF56C
Black with #AAF56C
Text Example
Text Example
White with #AAF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF56C; }
p { color: rgb(170,245,108); }
H1.HeaderClassName
{
color: #AAF56C;
}
.AnyTagClassName
{
color: #AAF56C;
}
</style>
background-color css
<style>
a { background-color: #AAF56C; }
a { background-color: rgb(170,245,108); }
div.DivClassName
{
background-color: #AAF56C;
}
.BgClassName
{
background-color: #AAF56C;
}
</style>
border-color css
<style>
span { border-color: #AAF56C; }
span { border-color: rgb(170,245,108); }
td.TdClassName
{
border-color: #AAF56C;
}
.TagClassName
{
border-color: #AAF56C;
}
</style>