Shades of Feijoa #AAF385
Tints of Feijoa #AAF385
RGB
CMYK
RGB Variations
Color information
#AAF385 (or 0xAAF385) is known color: Feijoa. HEX triplet: AA, F3 and 85. RGB value is (170,243,133). Sum of RGB (Red+Green+Blue) = 170+243+133=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF385 is #550C7A. Grayscale: #D1D1D1. Windows color (decimal): -5573755 or 8778666. OLE color: 8778666.
HSL color Cylindrical-coordinate representation of color #AAF385: hue angle of 99.82º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAF385 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 133 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.05 |
| HSL | 99.82º | 0.82% | 0.74% | - |
| HSV(B) | 99.82º | 0.45% | 0.95% | - |
| XYZ | 52.86 | 74.34 | 33.75 | - |
| YUV | 208.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 133 | 0.30 | 0 | 0.45 | 0.05 | 99.82 | 0.82 | 0.74 |
| Hex | AA | F3 | 85 | 1E | 0 | 2D | 5 | 64 | 52 | 4A |
| Octal | 252 | 363 | 205 | 36 | 0 | 55 | 5 | 144 | 122 | 112 |
| Binary | 10101010 | 11110011 | 10000101 | 11110 | 0 | 101101 | 101 | 1100100 | 1010010 | 1001010 |
Color Harmonies of #AAF385
Complementary color
Monochromatic Colors of #AAF385
Black with #AAF385
Text Example
Text Example
White with #AAF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF385; }
p { color: rgb(170,243,133); }
H1.HeaderClassName
{
color: #AAF385;
}
.AnyTagClassName
{
color: #AAF385;
}
</style>
background-color css
<style>
a { background-color: #AAF385; }
a { background-color: rgb(170,243,133); }
div.DivClassName
{
background-color: #AAF385;
}
.BgClassName
{
background-color: #AAF385;
}
</style>
border-color css
<style>
span { border-color: #AAF385; }
span { border-color: rgb(170,243,133); }
td.TdClassName
{
border-color: #AAF385;
}
.TagClassName
{
border-color: #AAF385;
}
</style>