Shades of Feijoa #AAF184
Tints of Feijoa #AAF184
RGB
CMYK
RGB Variations
Color information
#AAF184 (or 0xAAF184) is known color: Feijoa. HEX triplet: AA, F1 and 84. RGB value is (170,241,132). Sum of RGB (Red+Green+Blue) = 170+241+132=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF184 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF184 is #550E7B. Grayscale: #CFCFCF. Windows color (decimal): -5574268 or 8712618. OLE color: 8712618.
HSL color Cylindrical-coordinate representation of color #AAF184: hue angle of 99.08º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAF184 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 132 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.05 |
| HSL | 99.08º | 0.8% | 0.73% | - |
| HSV(B) | 99.08º | 0.45% | 0.95% | - |
| XYZ | 52.2 | 73.12 | 33.19 | - |
| YUV | 207.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 132 | 0.29 | 0 | 0.45 | 0.05 | 99.08 | 0.8 | 0.73 |
| Hex | AA | F1 | 84 | 1D | 0 | 2D | 5 | 63 | 50 | 49 |
| Octal | 252 | 361 | 204 | 35 | 0 | 55 | 5 | 143 | 120 | 111 |
| Binary | 10101010 | 11110001 | 10000100 | 11101 | 0 | 101101 | 101 | 1100011 | 1010000 | 1001001 |
Color Harmonies of #AAF184
Complementary color
Monochromatic Colors of #AAF184
Black with #AAF184
Text Example
Text Example
White with #AAF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF184; }
p { color: rgb(170,241,132); }
H1.HeaderClassName
{
color: #AAF184;
}
.AnyTagClassName
{
color: #AAF184;
}
</style>
background-color css
<style>
a { background-color: #AAF184; }
a { background-color: rgb(170,241,132); }
div.DivClassName
{
background-color: #AAF184;
}
.BgClassName
{
background-color: #AAF184;
}
</style>
border-color css
<style>
span { border-color: #AAF184; }
span { border-color: rgb(170,241,132); }
td.TdClassName
{
border-color: #AAF184;
}
.TagClassName
{
border-color: #AAF184;
}
</style>