Shades of Feijoa #AAF085
Tints of Feijoa #AAF085
RGB
CMYK
RGB Variations
Color information
#AAF085 (or 0xAAF085) is known color: Feijoa. HEX triplet: AA, F0 and 85. RGB value is (170,240,133). Sum of RGB (Red+Green+Blue) = 170+240+133=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF085 is #550F7A. Grayscale: #CFCFCF. Windows color (decimal): -5574523 or 8777898. OLE color: 8777898.
HSL color Cylindrical-coordinate representation of color #AAF085: hue angle of 99.25º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAF085 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 133 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.06 |
| HSL | 99.25º | 0.78% | 0.73% | - |
| HSV(B) | 99.25º | 0.45% | 0.94% | - |
| XYZ | 51.97 | 72.56 | 33.46 | - |
| YUV | 206.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 133 | 0.29 | 0 | 0.45 | 0.06 | 99.25 | 0.78 | 0.73 |
| Hex | AA | F0 | 85 | 1D | 0 | 2D | 6 | 63 | 4E | 49 |
| Octal | 252 | 360 | 205 | 35 | 0 | 55 | 6 | 143 | 116 | 111 |
| Binary | 10101010 | 11110000 | 10000101 | 11101 | 0 | 101101 | 110 | 1100011 | 1001110 | 1001001 |
Color Harmonies of #AAF085
Complementary color
Monochromatic Colors of #AAF085
Black with #AAF085
Text Example
Text Example
White with #AAF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF085; }
p { color: rgb(170,240,133); }
H1.HeaderClassName
{
color: #AAF085;
}
.AnyTagClassName
{
color: #AAF085;
}
</style>
background-color css
<style>
a { background-color: #AAF085; }
a { background-color: rgb(170,240,133); }
div.DivClassName
{
background-color: #AAF085;
}
.BgClassName
{
background-color: #AAF085;
}
</style>
border-color css
<style>
span { border-color: #AAF085; }
span { border-color: rgb(170,240,133); }
td.TdClassName
{
border-color: #AAF085;
}
.TagClassName
{
border-color: #AAF085;
}
</style>