Shades of Feijoa #AADF85
Tints of Feijoa #AADF85
RGB
CMYK
RGB Variations
Color information
#AADF85 (or 0xAADF85) is known color: Feijoa. HEX triplet: AA, DF and 85. RGB value is (170,223,133). Sum of RGB (Red+Green+Blue) = 170+223+133=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF85 is #55207A. Grayscale: #C5C5C5. Windows color (decimal): -5578875 or 8773546. OLE color: 8773546.
HSL color Cylindrical-coordinate representation of color #AADF85: hue angle of 95.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADF85 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 133 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.13 |
| HSL | 95.33º | 0.58% | 0.7% | - |
| HSV(B) | 95.33º | 0.4% | 0.87% | - |
| XYZ | 47.2 | 63.01 | 31.87 | - |
| YUV | 196.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 133 | 0.24 | 0 | 0.40 | 0.13 | 95.33 | 0.58 | 0.7 |
| Hex | AA | DF | 85 | 18 | 0 | 28 | D | 5F | 3A | 46 |
| Octal | 252 | 337 | 205 | 30 | 0 | 50 | 15 | 137 | 72 | 106 |
| Binary | 10101010 | 11011111 | 10000101 | 11000 | 0 | 101000 | 1101 | 1011111 | 111010 | 1000110 |
Color Harmonies of #AADF85
Complementary color
Monochromatic Colors of #AADF85
Black with #AADF85
Text Example
Text Example
White with #AADF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF85; }
p { color: rgb(170,223,133); }
H1.HeaderClassName
{
color: #AADF85;
}
.AnyTagClassName
{
color: #AADF85;
}
</style>
background-color css
<style>
a { background-color: #AADF85; }
a { background-color: rgb(170,223,133); }
div.DivClassName
{
background-color: #AADF85;
}
.BgClassName
{
background-color: #AADF85;
}
</style>
border-color css
<style>
span { border-color: #AADF85; }
span { border-color: rgb(170,223,133); }
td.TdClassName
{
border-color: #AADF85;
}
.TagClassName
{
border-color: #AADF85;
}
</style>