Shades of Feijoa #AAF17C
Tints of Feijoa #AAF17C
RGB
CMYK
RGB Variations
Color information
#AAF17C (or 0xAAF17C) is known color: Feijoa. HEX triplet: AA, F1 and 7C. RGB value is (170,241,124). Sum of RGB (Red+Green+Blue) = 170+241+124=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF17C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF17C is #550E83. Grayscale: #CECECE. Windows color (decimal): -5574276 or 8188330. OLE color: 8188330.
HSL color Cylindrical-coordinate representation of color #AAF17C: hue angle of 96.41º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF17C is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 124 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.05 |
| HSL | 96.41º | 0.81% | 0.72% | - |
| HSV(B) | 96.41º | 0.49% | 0.95% | - |
| XYZ | 51.67 | 72.91 | 30.42 | - |
| YUV | 206.43 | 81.48 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 124 | 0.29 | 0 | 0.49 | 0.05 | 96.41 | 0.81 | 0.72 |
| Hex | AA | F1 | 7C | 1D | 0 | 31 | 5 | 60 | 51 | 48 |
| Octal | 252 | 361 | 174 | 35 | 0 | 61 | 5 | 140 | 121 | 110 |
| Binary | 10101010 | 11110001 | 1111100 | 11101 | 0 | 110001 | 101 | 1100000 | 1010001 | 1001000 |
Color Harmonies of #AAF17C
Complementary color
Monochromatic Colors of #AAF17C
Black with #AAF17C
Text Example
Text Example
White with #AAF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF17C; }
p { color: rgb(170,241,124); }
H1.HeaderClassName
{
color: #AAF17C;
}
.AnyTagClassName
{
color: #AAF17C;
}
</style>
background-color css
<style>
a { background-color: #AAF17C; }
a { background-color: rgb(170,241,124); }
div.DivClassName
{
background-color: #AAF17C;
}
.BgClassName
{
background-color: #AAF17C;
}
</style>
border-color css
<style>
span { border-color: #AAF17C; }
span { border-color: rgb(170,241,124); }
td.TdClassName
{
border-color: #AAF17C;
}
.TagClassName
{
border-color: #AAF17C;
}
</style>