Shades of Feijoa #AED977
Tints of Feijoa #AED977
RGB
CMYK
RGB Variations
Color information
#AED977 (or 0xAED977) is known color: Feijoa. HEX triplet: AE, D9 and 77. RGB value is (174,217,119). Sum of RGB (Red+Green+Blue) = 174+217+119=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #AED977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED977 is #512688. Grayscale: #C1C1C1. Windows color (decimal): -5318281 or 7854510. OLE color: 7854510.
HSL color Cylindrical-coordinate representation of color #AED977: hue angle of 86.33º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AED977 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 119 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.15 |
| HSL | 86.33º | 0.56% | 0.66% | - |
| HSV(B) | 86.33º | 0.45% | 0.85% | - |
| XYZ | 45.6 | 59.96 | 26.62 | - |
| YUV | 192.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 119 | 0.20 | 0 | 0.45 | 0.15 | 86.33 | 0.56 | 0.66 |
| Hex | AE | D9 | 77 | 14 | 0 | 2D | F | 56 | 38 | 42 |
| Octal | 256 | 331 | 167 | 24 | 0 | 55 | 17 | 126 | 70 | 102 |
| Binary | 10101110 | 11011001 | 1110111 | 10100 | 0 | 101101 | 1111 | 1010110 | 111000 | 1000010 |
Color Harmonies of #AED977
Complementary color
Monochromatic Colors of #AED977
Black with #AED977
Text Example
Text Example
White with #AED977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED977; }
p { color: rgb(174,217,119); }
H1.HeaderClassName
{
color: #AED977;
}
.AnyTagClassName
{
color: #AED977;
}
</style>
background-color css
<style>
a { background-color: #AED977; }
a { background-color: rgb(174,217,119); }
div.DivClassName
{
background-color: #AED977;
}
.BgClassName
{
background-color: #AED977;
}
</style>
border-color css
<style>
span { border-color: #AED977; }
span { border-color: rgb(174,217,119); }
td.TdClassName
{
border-color: #AED977;
}
.TagClassName
{
border-color: #AED977;
}
</style>