Shades of Feijoa #AAF081
Tints of Feijoa #AAF081
RGB
CMYK
RGB Variations
Color information
#AAF081 (or 0xAAF081) is known color: Feijoa. HEX triplet: AA, F0 and 81. RGB value is (170,240,129). Sum of RGB (Red+Green+Blue) = 170+240+129=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF081 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF081 is #550F7E. Grayscale: #CECECE. Windows color (decimal): -5574527 or 8515754. OLE color: 8515754.
HSL color Cylindrical-coordinate representation of color #AAF081: hue angle of 97.84º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF081 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 129 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.06 |
| HSL | 97.84º | 0.79% | 0.72% | - |
| HSV(B) | 97.84º | 0.46% | 0.94% | - |
| XYZ | 51.7 | 72.45 | 32.03 | - |
| YUV | 206.42 | 84.31 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 129 | 0.29 | 0 | 0.46 | 0.06 | 97.84 | 0.79 | 0.72 |
| Hex | AA | F0 | 81 | 1D | 0 | 2E | 6 | 62 | 4F | 48 |
| Octal | 252 | 360 | 201 | 35 | 0 | 56 | 6 | 142 | 117 | 110 |
| Binary | 10101010 | 11110000 | 10000001 | 11101 | 0 | 101110 | 110 | 1100010 | 1001111 | 1001000 |
Color Harmonies of #AAF081
Complementary color
Monochromatic Colors of #AAF081
Black with #AAF081
Text Example
Text Example
White with #AAF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF081; }
p { color: rgb(170,240,129); }
H1.HeaderClassName
{
color: #AAF081;
}
.AnyTagClassName
{
color: #AAF081;
}
</style>
background-color css
<style>
a { background-color: #AAF081; }
a { background-color: rgb(170,240,129); }
div.DivClassName
{
background-color: #AAF081;
}
.BgClassName
{
background-color: #AAF081;
}
</style>
border-color css
<style>
span { border-color: #AAF081; }
span { border-color: rgb(170,240,129); }
td.TdClassName
{
border-color: #AAF081;
}
.TagClassName
{
border-color: #AAF081;
}
</style>