Shades of Feijoa #AAF18A
Tints of Feijoa #AAF18A
RGB
CMYK
RGB Variations
Color information
#AAF18A (or 0xAAF18A) is known color: Feijoa. HEX triplet: AA, F1 and 8A. RGB value is (170,241,138). Sum of RGB (Red+Green+Blue) = 170+241+138=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF18A is #550E75. Grayscale: #D0D0D0. Windows color (decimal): -5574262 or 9105834. OLE color: 9105834.
HSL color Cylindrical-coordinate representation of color #AAF18A: hue angle of 101.36º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAF18A is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 138 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.05 |
| HSL | 101.36º | 0.79% | 0.74% | - |
| HSV(B) | 101.36º | 0.43% | 0.95% | - |
| XYZ | 52.62 | 73.29 | 35.42 | - |
| YUV | 208.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 138 | 0.29 | 0 | 0.43 | 0.05 | 101.36 | 0.79 | 0.74 |
| Hex | AA | F1 | 8A | 1D | 0 | 2B | 5 | 65 | 4F | 4A |
| Octal | 252 | 361 | 212 | 35 | 0 | 53 | 5 | 145 | 117 | 112 |
| Binary | 10101010 | 11110001 | 10001010 | 11101 | 0 | 101011 | 101 | 1100101 | 1001111 | 1001010 |
Color Harmonies of #AAF18A
Complementary color
Monochromatic Colors of #AAF18A
Black with #AAF18A
Text Example
Text Example
White with #AAF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF18A; }
p { color: rgb(170,241,138); }
H1.HeaderClassName
{
color: #AAF18A;
}
.AnyTagClassName
{
color: #AAF18A;
}
</style>
background-color css
<style>
a { background-color: #AAF18A; }
a { background-color: rgb(170,241,138); }
div.DivClassName
{
background-color: #AAF18A;
}
.BgClassName
{
background-color: #AAF18A;
}
</style>
border-color css
<style>
span { border-color: #AAF18A; }
span { border-color: rgb(170,241,138); }
td.TdClassName
{
border-color: #AAF18A;
}
.TagClassName
{
border-color: #AAF18A;
}
</style>