Shades of Feijoa #AED08D
Tints of Feijoa #AED08D
RGB
CMYK
RGB Variations
Color information
#AED08D (or 0xAED08D) is known color: Feijoa. HEX triplet: AE, D0 and 8D. RGB value is (174,208,141). Sum of RGB (Red+Green+Blue) = 174+208+141=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #AED08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED08D is #512F72. Grayscale: #BEBEBE. Windows color (decimal): -5320563 or 9293998. OLE color: 9293998.
HSL color Cylindrical-coordinate representation of color #AED08D: hue angle of 90.45º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED08D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 141 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.18 |
| HSL | 90.45º | 0.42% | 0.68% | - |
| HSV(B) | 90.45º | 0.32% | 0.82% | - |
| XYZ | 44.82 | 56.03 | 33.65 | - |
| YUV | 190.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 141 | 0.16 | 0 | 0.32 | 0.18 | 90.45 | 0.42 | 0.68 |
| Hex | AE | D0 | 8D | 10 | 0 | 20 | 12 | 5A | 2A | 44 |
| Octal | 256 | 320 | 215 | 20 | 0 | 40 | 22 | 132 | 52 | 104 |
| Binary | 10101110 | 11010000 | 10001101 | 10000 | 0 | 100000 | 10010 | 1011010 | 101010 | 1000100 |
Color Harmonies of #AED08D
Complementary color
Monochromatic Colors of #AED08D
Black with #AED08D
Text Example
Text Example
White with #AED08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED08D; }
p { color: rgb(174,208,141); }
H1.HeaderClassName
{
color: #AED08D;
}
.AnyTagClassName
{
color: #AED08D;
}
</style>
background-color css
<style>
a { background-color: #AED08D; }
a { background-color: rgb(174,208,141); }
div.DivClassName
{
background-color: #AED08D;
}
.BgClassName
{
background-color: #AED08D;
}
</style>
border-color css
<style>
span { border-color: #AED08D; }
span { border-color: rgb(174,208,141); }
td.TdClassName
{
border-color: #AED08D;
}
.TagClassName
{
border-color: #AED08D;
}
</style>