Shades of Feijoa #AED770
Tints of Feijoa #AED770
RGB
CMYK
RGB Variations
Color information
#AED770 (or 0xAED770) is known color: Feijoa. HEX triplet: AE, D7 and 70. RGB value is (174,215,112). Sum of RGB (Red+Green+Blue) = 174+215+112=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #AED770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED770 is #51288F. Grayscale: #BFBFBF. Windows color (decimal): -5318800 or 7395246. OLE color: 7395246.
HSL color Cylindrical-coordinate representation of color #AED770: hue angle of 83.88º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AED770 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 112 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.16 |
| HSL | 83.88º | 0.56% | 0.64% | - |
| HSV(B) | 83.88º | 0.48% | 0.84% | - |
| XYZ | 44.68 | 58.77 | 24.32 | - |
| YUV | 191 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 112 | 0.19 | 0 | 0.48 | 0.16 | 83.88 | 0.56 | 0.64 |
| Hex | AE | D7 | 70 | 13 | 0 | 30 | 10 | 54 | 38 | 40 |
| Octal | 256 | 327 | 160 | 23 | 0 | 60 | 20 | 124 | 70 | 100 |
| Binary | 10101110 | 11010111 | 1110000 | 10011 | 0 | 110000 | 10000 | 1010100 | 111000 | 1000000 |
Color Harmonies of #AED770
Complementary color
Monochromatic Colors of #AED770
Black with #AED770
Text Example
Text Example
White with #AED770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED770; }
p { color: rgb(174,215,112); }
H1.HeaderClassName
{
color: #AED770;
}
.AnyTagClassName
{
color: #AED770;
}
</style>
background-color css
<style>
a { background-color: #AED770; }
a { background-color: rgb(174,215,112); }
div.DivClassName
{
background-color: #AED770;
}
.BgClassName
{
background-color: #AED770;
}
</style>
border-color css
<style>
span { border-color: #AED770; }
span { border-color: rgb(174,215,112); }
td.TdClassName
{
border-color: #AED770;
}
.TagClassName
{
border-color: #AED770;
}
</style>