Shades of Feijoa #AED680
Tints of Feijoa #AED680
RGB
CMYK
RGB Variations
Color information
#AED680 (or 0xAED680) is known color: Feijoa. HEX triplet: AE, D6 and 80. RGB value is (174,214,128). Sum of RGB (Red+Green+Blue) = 174+214+128=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #AED680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED680 is #51297F. Grayscale: #C0C0C0. Windows color (decimal): -5319040 or 8443566. OLE color: 8443566.
HSL color Cylindrical-coordinate representation of color #AED680: hue angle of 87.91º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED680 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 128 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.16 |
| HSL | 87.91º | 0.51% | 0.67% | - |
| HSV(B) | 87.91º | 0.4% | 0.84% | - |
| XYZ | 45.4 | 58.65 | 29.35 | - |
| YUV | 192.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 128 | 0.19 | 0 | 0.40 | 0.16 | 87.91 | 0.51 | 0.67 |
| Hex | AE | D6 | 80 | 13 | 0 | 28 | 10 | 58 | 33 | 43 |
| Octal | 256 | 326 | 200 | 23 | 0 | 50 | 20 | 130 | 63 | 103 |
| Binary | 10101110 | 11010110 | 10000000 | 10011 | 0 | 101000 | 10000 | 1011000 | 110011 | 1000011 |
Color Harmonies of #AED680
Complementary color
Monochromatic Colors of #AED680
Black with #AED680
Text Example
Text Example
White with #AED680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED680; }
p { color: rgb(174,214,128); }
H1.HeaderClassName
{
color: #AED680;
}
.AnyTagClassName
{
color: #AED680;
}
</style>
background-color css
<style>
a { background-color: #AED680; }
a { background-color: rgb(174,214,128); }
div.DivClassName
{
background-color: #AED680;
}
.BgClassName
{
background-color: #AED680;
}
</style>
border-color css
<style>
span { border-color: #AED680; }
span { border-color: rgb(174,214,128); }
td.TdClassName
{
border-color: #AED680;
}
.TagClassName
{
border-color: #AED680;
}
</style>