Shades of Feijoa #AAF46C
Tints of Feijoa #AAF46C
RGB
CMYK
RGB Variations
Color information
#AAF46C (or 0xAAF46C) is known color: Feijoa. HEX triplet: AA, F4 and 6C. RGB value is (170,244,108). Sum of RGB (Red+Green+Blue) = 170+244+108=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF46C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF46C is #550B93. Grayscale: #CECECE. Windows color (decimal): -5573524 or 7140522. OLE color: 7140522.
HSL color Cylindrical-coordinate representation of color #AAF46C: hue angle of 92.65º degrees, saturation: 0.86, 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 #AAF46C is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 108 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.04 |
| HSL | 92.65º | 0.86% | 0.69% | - |
| HSV(B) | 92.65º | 0.56% | 0.96% | - |
| XYZ | 51.64 | 74.33 | 25.81 | - |
| YUV | 206.37 | 72.48 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 108 | 0.30 | 0 | 0.56 | 0.04 | 92.65 | 0.86 | 0.69 |
| Hex | AA | F4 | 6C | 1E | 0 | 38 | 4 | 5D | 56 | 45 |
| Octal | 252 | 364 | 154 | 36 | 0 | 70 | 4 | 135 | 126 | 105 |
| Binary | 10101010 | 11110100 | 1101100 | 11110 | 0 | 111000 | 100 | 1011101 | 1010110 | 1000101 |
Color Harmonies of #AAF46C
Complementary color
Monochromatic Colors of #AAF46C
Black with #AAF46C
Text Example
Text Example
White with #AAF46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF46C; }
p { color: rgb(170,244,108); }
H1.HeaderClassName
{
color: #AAF46C;
}
.AnyTagClassName
{
color: #AAF46C;
}
</style>
background-color css
<style>
a { background-color: #AAF46C; }
a { background-color: rgb(170,244,108); }
div.DivClassName
{
background-color: #AAF46C;
}
.BgClassName
{
background-color: #AAF46C;
}
</style>
border-color css
<style>
span { border-color: #AAF46C; }
span { border-color: rgb(170,244,108); }
td.TdClassName
{
border-color: #AAF46C;
}
.TagClassName
{
border-color: #AAF46C;
}
</style>