Shades of Feijoa #AED982
Tints of Feijoa #AED982
RGB
CMYK
RGB Variations
Color information
#AED982 (or 0xAED982) is known color: Feijoa. HEX triplet: AE, D9 and 82. RGB value is (174,217,130). Sum of RGB (Red+Green+Blue) = 174+217+130=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #AED982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED982 is #51267D. Grayscale: #C2C2C2. Windows color (decimal): -5318270 or 8575406. OLE color: 8575406.
HSL color Cylindrical-coordinate representation of color #AED982: hue angle of 89.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED982 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 130 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.15 |
| HSL | 89.66º | 0.53% | 0.68% | - |
| HSV(B) | 89.66º | 0.4% | 0.85% | - |
| XYZ | 46.3 | 60.24 | 30.31 | - |
| YUV | 194.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 130 | 0.20 | 0 | 0.40 | 0.15 | 89.66 | 0.53 | 0.68 |
| Hex | AE | D9 | 82 | 14 | 0 | 28 | F | 5A | 35 | 44 |
| Octal | 256 | 331 | 202 | 24 | 0 | 50 | 17 | 132 | 65 | 104 |
| Binary | 10101110 | 11011001 | 10000010 | 10100 | 0 | 101000 | 1111 | 1011010 | 110101 | 1000100 |
Color Harmonies of #AED982
Complementary color
Monochromatic Colors of #AED982
Black with #AED982
Text Example
Text Example
White with #AED982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED982; }
p { color: rgb(174,217,130); }
H1.HeaderClassName
{
color: #AED982;
}
.AnyTagClassName
{
color: #AED982;
}
</style>
background-color css
<style>
a { background-color: #AED982; }
a { background-color: rgb(174,217,130); }
div.DivClassName
{
background-color: #AED982;
}
.BgClassName
{
background-color: #AED982;
}
</style>
border-color css
<style>
span { border-color: #AED982; }
span { border-color: rgb(174,217,130); }
td.TdClassName
{
border-color: #AED982;
}
.TagClassName
{
border-color: #AED982;
}
</style>