Shades of Feijoa #AED082
Tints of Feijoa #AED082
RGB
CMYK
RGB Variations
Color information
#AED082 (or 0xAED082) is known color: Feijoa. HEX triplet: AE, D0 and 82. RGB value is (174,208,130). Sum of RGB (Red+Green+Blue) = 174+208+130=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #AED082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED082 is #512F7D. Grayscale: #BDBDBD. Windows color (decimal): -5320574 or 8573102. OLE color: 8573102.
HSL color Cylindrical-coordinate representation of color #AED082: hue angle of 86.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AED082 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 130 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.18 |
| HSL | 86.15º | 0.45% | 0.66% | - |
| HSV(B) | 86.15º | 0.38% | 0.82% | - |
| XYZ | 44.04 | 55.72 | 29.55 | - |
| YUV | 188.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 130 | 0.16 | 0 | 0.38 | 0.18 | 86.15 | 0.45 | 0.66 |
| Hex | AE | D0 | 82 | 10 | 0 | 26 | 12 | 56 | 2D | 42 |
| Octal | 256 | 320 | 202 | 20 | 0 | 46 | 22 | 126 | 55 | 102 |
| Binary | 10101110 | 11010000 | 10000010 | 10000 | 0 | 100110 | 10010 | 1010110 | 101101 | 1000010 |
Color Harmonies of #AED082
Complementary color
Monochromatic Colors of #AED082
Black with #AED082
Text Example
Text Example
White with #AED082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED082; }
p { color: rgb(174,208,130); }
H1.HeaderClassName
{
color: #AED082;
}
.AnyTagClassName
{
color: #AED082;
}
</style>
background-color css
<style>
a { background-color: #AED082; }
a { background-color: rgb(174,208,130); }
div.DivClassName
{
background-color: #AED082;
}
.BgClassName
{
background-color: #AED082;
}
</style>
border-color css
<style>
span { border-color: #AED082; }
span { border-color: rgb(174,208,130); }
td.TdClassName
{
border-color: #AED082;
}
.TagClassName
{
border-color: #AED082;
}
</style>