Shades of Feijoa #AED78D
Tints of Feijoa #AED78D
RGB
CMYK
RGB Variations
Color information
#AED78D (or 0xAED78D) is known color: Feijoa. HEX triplet: AE, D7 and 8D. RGB value is (174,215,141). Sum of RGB (Red+Green+Blue) = 174+215+141=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #AED78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED78D is #512872. Grayscale: #C2C2C2. Windows color (decimal): -5318771 or 9295790. OLE color: 9295790.
HSL color Cylindrical-coordinate representation of color #AED78D: hue angle of 93.24º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AED78D is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 141 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.16 |
| HSL | 93.24º | 0.48% | 0.7% | - |
| HSV(B) | 93.24º | 0.34% | 0.84% | - |
| XYZ | 46.56 | 59.52 | 34.23 | - |
| YUV | 194.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 141 | 0.19 | 0 | 0.34 | 0.16 | 93.24 | 0.48 | 0.7 |
| Hex | AE | D7 | 8D | 13 | 0 | 22 | 10 | 5D | 30 | 46 |
| Octal | 256 | 327 | 215 | 23 | 0 | 42 | 20 | 135 | 60 | 106 |
| Binary | 10101110 | 11010111 | 10001101 | 10011 | 0 | 100010 | 10000 | 1011101 | 110000 | 1000110 |
Color Harmonies of #AED78D
Complementary color
Monochromatic Colors of #AED78D
Black with #AED78D
Text Example
Text Example
White with #AED78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED78D; }
p { color: rgb(174,215,141); }
H1.HeaderClassName
{
color: #AED78D;
}
.AnyTagClassName
{
color: #AED78D;
}
</style>
background-color css
<style>
a { background-color: #AED78D; }
a { background-color: rgb(174,215,141); }
div.DivClassName
{
background-color: #AED78D;
}
.BgClassName
{
background-color: #AED78D;
}
</style>
border-color css
<style>
span { border-color: #AED78D; }
span { border-color: rgb(174,215,141); }
td.TdClassName
{
border-color: #AED78D;
}
.TagClassName
{
border-color: #AED78D;
}
</style>