Shades of Feijoa #AED385
Tints of Feijoa #AED385
RGB
CMYK
RGB Variations
Color information
#AED385 (or 0xAED385) is known color: Feijoa. HEX triplet: AE, D3 and 85. RGB value is (174,211,133). Sum of RGB (Red+Green+Blue) = 174+211+133=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #AED385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED385 is #512C7A. Grayscale: #BFBFBF. Windows color (decimal): -5319803 or 8770478. OLE color: 8770478.
HSL color Cylindrical-coordinate representation of color #AED385: hue angle of 88.46º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AED385 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 133 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.17 |
| HSL | 88.46º | 0.47% | 0.67% | - |
| HSV(B) | 88.46º | 0.37% | 0.83% | - |
| XYZ | 44.98 | 57.28 | 30.88 | - |
| YUV | 191.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 133 | 0.18 | 0 | 0.37 | 0.17 | 88.46 | 0.47 | 0.67 |
| Hex | AE | D3 | 85 | 12 | 0 | 25 | 11 | 58 | 2F | 43 |
| Octal | 256 | 323 | 205 | 22 | 0 | 45 | 21 | 130 | 57 | 103 |
| Binary | 10101110 | 11010011 | 10000101 | 10010 | 0 | 100101 | 10001 | 1011000 | 101111 | 1000011 |
Color Harmonies of #AED385
Complementary color
Monochromatic Colors of #AED385
Black with #AED385
Text Example
Text Example
White with #AED385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED385; }
p { color: rgb(174,211,133); }
H1.HeaderClassName
{
color: #AED385;
}
.AnyTagClassName
{
color: #AED385;
}
</style>
background-color css
<style>
a { background-color: #AED385; }
a { background-color: rgb(174,211,133); }
div.DivClassName
{
background-color: #AED385;
}
.BgClassName
{
background-color: #AED385;
}
</style>
border-color css
<style>
span { border-color: #AED385; }
span { border-color: rgb(174,211,133); }
td.TdClassName
{
border-color: #AED385;
}
.TagClassName
{
border-color: #AED385;
}
</style>