Shades of Feijoa #AEDB6F
Tints of Feijoa #AEDB6F
RGB
CMYK
RGB Variations
Color information
#AEDB6F (or 0xAEDB6F) is known color: Feijoa. HEX triplet: AE, DB and 6F. RGB value is (174,219,111). Sum of RGB (Red+Green+Blue) = 174+219+111=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB6F is #512490. Grayscale: #C1C1C1. Windows color (decimal): -5317777 or 7330734. OLE color: 7330734.
HSL color Cylindrical-coordinate representation of color #AEDB6F: hue angle of 85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEDB6F is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 111 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.14 |
| HSL | 85º | 0.6% | 0.65% | - |
| HSV(B) | 85º | 0.49% | 0.86% | - |
| XYZ | 45.66 | 60.81 | 24.37 | - |
| YUV | 193.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 111 | 0.21 | 0 | 0.49 | 0.14 | 85 | 0.6 | 0.65 |
| Hex | AE | DB | 6F | 15 | 0 | 31 | E | 55 | 3C | 41 |
| Octal | 256 | 333 | 157 | 25 | 0 | 61 | 16 | 125 | 74 | 101 |
| Binary | 10101110 | 11011011 | 1101111 | 10101 | 0 | 110001 | 1110 | 1010101 | 111100 | 1000001 |
Color Harmonies of #AEDB6F
Complementary color
Monochromatic Colors of #AEDB6F
Black with #AEDB6F
Text Example
Text Example
White with #AEDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB6F; }
p { color: rgb(174,219,111); }
H1.HeaderClassName
{
color: #AEDB6F;
}
.AnyTagClassName
{
color: #AEDB6F;
}
</style>
background-color css
<style>
a { background-color: #AEDB6F; }
a { background-color: rgb(174,219,111); }
div.DivClassName
{
background-color: #AEDB6F;
}
.BgClassName
{
background-color: #AEDB6F;
}
</style>
border-color css
<style>
span { border-color: #AEDB6F; }
span { border-color: rgb(174,219,111); }
td.TdClassName
{
border-color: #AEDB6F;
}
.TagClassName
{
border-color: #AEDB6F;
}
</style>