Shades of Feijoa #AAF183
Tints of Feijoa #AAF183
RGB
CMYK
RGB Variations
Color information
#AAF183 (or 0xAAF183) is known color: Feijoa. HEX triplet: AA, F1 and 83. RGB value is (170,241,131). Sum of RGB (Red+Green+Blue) = 170+241+131=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF183 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF183 is #550E7C. Grayscale: #CFCFCF. Windows color (decimal): -5574269 or 8647082. OLE color: 8647082.
HSL color Cylindrical-coordinate representation of color #AAF183: hue angle of 98.73º 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 #AAF183 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 131 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.05 |
| HSL | 98.73º | 0.8% | 0.73% | - |
| HSV(B) | 98.73º | 0.46% | 0.95% | - |
| XYZ | 52.13 | 73.1 | 32.83 | - |
| YUV | 207.23 | 84.98 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 131 | 0.29 | 0 | 0.46 | 0.05 | 98.73 | 0.8 | 0.73 |
| Hex | AA | F1 | 83 | 1D | 0 | 2E | 5 | 63 | 50 | 49 |
| Octal | 252 | 361 | 203 | 35 | 0 | 56 | 5 | 143 | 120 | 111 |
| Binary | 10101010 | 11110001 | 10000011 | 11101 | 0 | 101110 | 101 | 1100011 | 1010000 | 1001001 |
Color Harmonies of #AAF183
Complementary color
Monochromatic Colors of #AAF183
Black with #AAF183
Text Example
Text Example
White with #AAF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF183; }
p { color: rgb(170,241,131); }
H1.HeaderClassName
{
color: #AAF183;
}
.AnyTagClassName
{
color: #AAF183;
}
</style>
background-color css
<style>
a { background-color: #AAF183; }
a { background-color: rgb(170,241,131); }
div.DivClassName
{
background-color: #AAF183;
}
.BgClassName
{
background-color: #AAF183;
}
</style>
border-color css
<style>
span { border-color: #AAF183; }
span { border-color: rgb(170,241,131); }
td.TdClassName
{
border-color: #AAF183;
}
.TagClassName
{
border-color: #AAF183;
}
</style>