Shades of Feijoa #AEDF85
Tints of Feijoa #AEDF85
RGB
CMYK
RGB Variations
Color information
#AEDF85 (or 0xAEDF85) is known color: Feijoa. HEX triplet: AE, DF and 85. RGB value is (174,223,133). Sum of RGB (Red+Green+Blue) = 174+223+133=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF85 is #51207A. Grayscale: #C6C6C6. Windows color (decimal): -5316731 or 8773550. OLE color: 8773550.
HSL color Cylindrical-coordinate representation of color #AEDF85: hue angle of 92.67º 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 #AEDF85 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 133 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.13 |
| HSL | 92.67º | 0.58% | 0.7% | - |
| HSV(B) | 92.67º | 0.4% | 0.87% | - |
| XYZ | 48.08 | 63.47 | 31.91 | - |
| YUV | 198.09 | 91.27 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 133 | 0.22 | 0 | 0.40 | 0.13 | 92.67 | 0.58 | 0.7 |
| Hex | AE | DF | 85 | 16 | 0 | 28 | D | 5D | 3A | 46 |
| Octal | 256 | 337 | 205 | 26 | 0 | 50 | 15 | 135 | 72 | 106 |
| Binary | 10101110 | 11011111 | 10000101 | 10110 | 0 | 101000 | 1101 | 1011101 | 111010 | 1000110 |
Color Harmonies of #AEDF85
Complementary color
Monochromatic Colors of #AEDF85
Black with #AEDF85
Text Example
Text Example
White with #AEDF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF85; }
p { color: rgb(174,223,133); }
H1.HeaderClassName
{
color: #AEDF85;
}
.AnyTagClassName
{
color: #AEDF85;
}
</style>
background-color css
<style>
a { background-color: #AEDF85; }
a { background-color: rgb(174,223,133); }
div.DivClassName
{
background-color: #AEDF85;
}
.BgClassName
{
background-color: #AEDF85;
}
</style>
border-color css
<style>
span { border-color: #AEDF85; }
span { border-color: rgb(174,223,133); }
td.TdClassName
{
border-color: #AEDF85;
}
.TagClassName
{
border-color: #AEDF85;
}
</style>