Shades of Feijoa #AAF36D
Tints of Feijoa #AAF36D
RGB
CMYK
RGB Variations
Color information
#AAF36D (or 0xAAF36D) is known color: Feijoa. HEX triplet: AA, F3 and 6D. RGB value is (170,243,109). Sum of RGB (Red+Green+Blue) = 170+243+109=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF36D is #550C92. Grayscale: #CECECE. Windows color (decimal): -5573779 or 7205802. OLE color: 7205802.
HSL color Cylindrical-coordinate representation of color #AAF36D: hue angle of 92.69º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAF36D is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 109 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.05 |
| HSL | 92.69º | 0.85% | 0.69% | - |
| HSV(B) | 92.69º | 0.55% | 0.95% | - |
| XYZ | 51.39 | 73.75 | 25.99 | - |
| YUV | 205.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 109 | 0.30 | 0 | 0.55 | 0.05 | 92.69 | 0.85 | 0.69 |
| Hex | AA | F3 | 6D | 1E | 0 | 37 | 5 | 5D | 55 | 45 |
| Octal | 252 | 363 | 155 | 36 | 0 | 67 | 5 | 135 | 125 | 105 |
| Binary | 10101010 | 11110011 | 1101101 | 11110 | 0 | 110111 | 101 | 1011101 | 1010101 | 1000101 |
Color Harmonies of #AAF36D
Complementary color
Monochromatic Colors of #AAF36D
Black with #AAF36D
Text Example
Text Example
White with #AAF36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF36D; }
p { color: rgb(170,243,109); }
H1.HeaderClassName
{
color: #AAF36D;
}
.AnyTagClassName
{
color: #AAF36D;
}
</style>
background-color css
<style>
a { background-color: #AAF36D; }
a { background-color: rgb(170,243,109); }
div.DivClassName
{
background-color: #AAF36D;
}
.BgClassName
{
background-color: #AAF36D;
}
</style>
border-color css
<style>
span { border-color: #AAF36D; }
span { border-color: rgb(170,243,109); }
td.TdClassName
{
border-color: #AAF36D;
}
.TagClassName
{
border-color: #AAF36D;
}
</style>