Shades of Feijoa #AAF375
Tints of Feijoa #AAF375
RGB
CMYK
RGB Variations
Color information
#AAF375 (or 0xAAF375) is known color: Feijoa. HEX triplet: AA, F3 and 75. RGB value is (170,243,117). Sum of RGB (Red+Green+Blue) = 170+243+117=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF375 is #550C8A. Grayscale: #CFCFCF. Windows color (decimal): -5573771 or 7730090. OLE color: 7730090.
HSL color Cylindrical-coordinate representation of color #AAF375: hue angle of 94.76º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAF375 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 117 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.05 |
| HSL | 94.76º | 0.84% | 0.71% | - |
| HSV(B) | 94.76º | 0.52% | 0.95% | - |
| XYZ | 51.84 | 73.93 | 28.37 | - |
| YUV | 206.81 | 77.32 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 117 | 0.30 | 0 | 0.52 | 0.05 | 94.76 | 0.84 | 0.71 |
| Hex | AA | F3 | 75 | 1E | 0 | 34 | 5 | 5F | 54 | 47 |
| Octal | 252 | 363 | 165 | 36 | 0 | 64 | 5 | 137 | 124 | 107 |
| Binary | 10101010 | 11110011 | 1110101 | 11110 | 0 | 110100 | 101 | 1011111 | 1010100 | 1000111 |
Color Harmonies of #AAF375
Complementary color
Monochromatic Colors of #AAF375
Black with #AAF375
Text Example
Text Example
White with #AAF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF375; }
p { color: rgb(170,243,117); }
H1.HeaderClassName
{
color: #AAF375;
}
.AnyTagClassName
{
color: #AAF375;
}
</style>
background-color css
<style>
a { background-color: #AAF375; }
a { background-color: rgb(170,243,117); }
div.DivClassName
{
background-color: #AAF375;
}
.BgClassName
{
background-color: #AAF375;
}
</style>
border-color css
<style>
span { border-color: #AAF375; }
span { border-color: rgb(170,243,117); }
td.TdClassName
{
border-color: #AAF375;
}
.TagClassName
{
border-color: #AAF375;
}
</style>