Shades of Feijoa #AED87A
Tints of Feijoa #AED87A
RGB
CMYK
RGB Variations
Color information
#AED87A (or 0xAED87A) is known color: Feijoa. HEX triplet: AE, D8 and 7A. RGB value is (174,216,122). Sum of RGB (Red+Green+Blue) = 174+216+122=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #AED87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED87A is #512785. Grayscale: #C1C1C1. Windows color (decimal): -5318534 or 8050862. OLE color: 8050862.
HSL color Cylindrical-coordinate representation of color #AED87A: hue angle of 86.81º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AED87A is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 122 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.15 |
| HSL | 86.81º | 0.55% | 0.66% | - |
| HSV(B) | 86.81º | 0.44% | 0.85% | - |
| XYZ | 45.52 | 59.52 | 27.5 | - |
| YUV | 192.73 | 88.09 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 122 | 0.19 | 0 | 0.44 | 0.15 | 86.81 | 0.55 | 0.66 |
| Hex | AE | D8 | 7A | 13 | 0 | 2C | F | 57 | 37 | 42 |
| Octal | 256 | 330 | 172 | 23 | 0 | 54 | 17 | 127 | 67 | 102 |
| Binary | 10101110 | 11011000 | 1111010 | 10011 | 0 | 101100 | 1111 | 1010111 | 110111 | 1000010 |
Color Harmonies of #AED87A
Complementary color
Monochromatic Colors of #AED87A
Black with #AED87A
Text Example
Text Example
White with #AED87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED87A; }
p { color: rgb(174,216,122); }
H1.HeaderClassName
{
color: #AED87A;
}
.AnyTagClassName
{
color: #AED87A;
}
</style>
background-color css
<style>
a { background-color: #AED87A; }
a { background-color: rgb(174,216,122); }
div.DivClassName
{
background-color: #AED87A;
}
.BgClassName
{
background-color: #AED87A;
}
</style>
border-color css
<style>
span { border-color: #AED87A; }
span { border-color: rgb(174,216,122); }
td.TdClassName
{
border-color: #AED87A;
}
.TagClassName
{
border-color: #AED87A;
}
</style>