Shades of Feijoa #AED87B
Tints of Feijoa #AED87B
RGB
CMYK
RGB Variations
Color information
#AED87B (or 0xAED87B) is known color: Feijoa. HEX triplet: AE, D8 and 7B. RGB value is (174,216,123). Sum of RGB (Red+Green+Blue) = 174+216+123=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #AED87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED87B is #512784. Grayscale: #C1C1C1. Windows color (decimal): -5318533 or 8116398. OLE color: 8116398.
HSL color Cylindrical-coordinate representation of color #AED87B: hue angle of 87.1º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AED87B is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 123 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.15 |
| HSL | 87.1º | 0.54% | 0.66% | - |
| HSV(B) | 87.1º | 0.43% | 0.85% | - |
| XYZ | 45.59 | 59.54 | 27.83 | - |
| YUV | 192.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 123 | 0.19 | 0 | 0.43 | 0.15 | 87.1 | 0.54 | 0.66 |
| Hex | AE | D8 | 7B | 13 | 0 | 2B | F | 57 | 36 | 42 |
| Octal | 256 | 330 | 173 | 23 | 0 | 53 | 17 | 127 | 66 | 102 |
| Binary | 10101110 | 11011000 | 1111011 | 10011 | 0 | 101011 | 1111 | 1010111 | 110110 | 1000010 |
Color Harmonies of #AED87B
Complementary color
Monochromatic Colors of #AED87B
Black with #AED87B
Text Example
Text Example
White with #AED87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED87B; }
p { color: rgb(174,216,123); }
H1.HeaderClassName
{
color: #AED87B;
}
.AnyTagClassName
{
color: #AED87B;
}
</style>
background-color css
<style>
a { background-color: #AED87B; }
a { background-color: rgb(174,216,123); }
div.DivClassName
{
background-color: #AED87B;
}
.BgClassName
{
background-color: #AED87B;
}
</style>
border-color css
<style>
span { border-color: #AED87B; }
span { border-color: rgb(174,216,123); }
td.TdClassName
{
border-color: #AED87B;
}
.TagClassName
{
border-color: #AED87B;
}
</style>