Shades of Feijoa #AEDA7B
Tints of Feijoa #AEDA7B
RGB
CMYK
RGB Variations
Color information
#AEDA7B (or 0xAEDA7B) is known color: Feijoa. HEX triplet: AE, DA and 7B. RGB value is (174,218,123). Sum of RGB (Red+Green+Blue) = 174+218+123=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA7B is #512584. Grayscale: #C2C2C2. Windows color (decimal): -5318021 or 8116910. OLE color: 8116910.
HSL color Cylindrical-coordinate representation of color #AEDA7B: hue angle of 87.79º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEDA7B is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 123 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.15 |
| HSL | 87.79º | 0.56% | 0.67% | - |
| HSV(B) | 87.79º | 0.44% | 0.85% | - |
| XYZ | 46.1 | 60.57 | 28 | - |
| YUV | 194.01 | 87.92 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 123 | 0.20 | 0 | 0.44 | 0.15 | 87.79 | 0.56 | 0.67 |
| Hex | AE | DA | 7B | 14 | 0 | 2C | F | 58 | 38 | 43 |
| Octal | 256 | 332 | 173 | 24 | 0 | 54 | 17 | 130 | 70 | 103 |
| Binary | 10101110 | 11011010 | 1111011 | 10100 | 0 | 101100 | 1111 | 1011000 | 111000 | 1000011 |
Color Harmonies of #AEDA7B
Complementary color
Monochromatic Colors of #AEDA7B
Black with #AEDA7B
Text Example
Text Example
White with #AEDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA7B; }
p { color: rgb(174,218,123); }
H1.HeaderClassName
{
color: #AEDA7B;
}
.AnyTagClassName
{
color: #AEDA7B;
}
</style>
background-color css
<style>
a { background-color: #AEDA7B; }
a { background-color: rgb(174,218,123); }
div.DivClassName
{
background-color: #AEDA7B;
}
.BgClassName
{
background-color: #AEDA7B;
}
</style>
border-color css
<style>
span { border-color: #AEDA7B; }
span { border-color: rgb(174,218,123); }
td.TdClassName
{
border-color: #AEDA7B;
}
.TagClassName
{
border-color: #AEDA7B;
}
</style>