Shades of Feijoa #AAF181
Tints of Feijoa #AAF181
RGB
CMYK
RGB Variations
Color information
#AAF181 (or 0xAAF181) is known color: Feijoa. HEX triplet: AA, F1 and 81. RGB value is (170,241,129). Sum of RGB (Red+Green+Blue) = 170+241+129=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF181 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF181 is #550E7E. Grayscale: #CFCFCF. Windows color (decimal): -5574271 or 8516010. OLE color: 8516010.
HSL color Cylindrical-coordinate representation of color #AAF181: hue angle of 98.04º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF181 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 129 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.05 |
| HSL | 98.04º | 0.8% | 0.73% | - |
| HSV(B) | 98.04º | 0.46% | 0.95% | - |
| XYZ | 52 | 73.04 | 32.13 | - |
| YUV | 207 | 83.98 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 129 | 0.29 | 0 | 0.46 | 0.05 | 98.04 | 0.8 | 0.73 |
| Hex | AA | F1 | 81 | 1D | 0 | 2E | 5 | 62 | 50 | 49 |
| Octal | 252 | 361 | 201 | 35 | 0 | 56 | 5 | 142 | 120 | 111 |
| Binary | 10101010 | 11110001 | 10000001 | 11101 | 0 | 101110 | 101 | 1100010 | 1010000 | 1001001 |
Color Harmonies of #AAF181
Complementary color
Monochromatic Colors of #AAF181
Black with #AAF181
Text Example
Text Example
White with #AAF181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF181; }
p { color: rgb(170,241,129); }
H1.HeaderClassName
{
color: #AAF181;
}
.AnyTagClassName
{
color: #AAF181;
}
</style>
background-color css
<style>
a { background-color: #AAF181; }
a { background-color: rgb(170,241,129); }
div.DivClassName
{
background-color: #AAF181;
}
.BgClassName
{
background-color: #AAF181;
}
</style>
border-color css
<style>
span { border-color: #AAF181; }
span { border-color: rgb(170,241,129); }
td.TdClassName
{
border-color: #AAF181;
}
.TagClassName
{
border-color: #AAF181;
}
</style>