Shades of Feijoa #AED699
Tints of Feijoa #AED699
RGB
CMYK
RGB Variations
Color information
#AED699 (or 0xAED699) is known color: Feijoa. HEX triplet: AE, D6 and 99. RGB value is (174,214,153). Sum of RGB (Red+Green+Blue) = 174+214+153=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #AED699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED699 is #512966. Grayscale: #C3C3C3. Windows color (decimal): -5319015 or 10081966. OLE color: 10081966.
HSL color Cylindrical-coordinate representation of color #AED699: hue angle of 99.34º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED699 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 153 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.16 |
| HSL | 99.34º | 0.43% | 0.72% | - |
| HSV(B) | 99.34º | 0.29% | 0.84% | - |
| XYZ | 47.25 | 59.39 | 39.11 | - |
| YUV | 195.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 153 | 0.19 | 0 | 0.29 | 0.16 | 99.34 | 0.43 | 0.72 |
| Hex | AE | D6 | 99 | 13 | 0 | 1D | 10 | 63 | 2B | 48 |
| Octal | 256 | 326 | 231 | 23 | 0 | 35 | 20 | 143 | 53 | 110 |
| Binary | 10101110 | 11010110 | 10011001 | 10011 | 0 | 11101 | 10000 | 1100011 | 101011 | 1001000 |
Color Harmonies of #AED699
Complementary color
Monochromatic Colors of #AED699
Black with #AED699
Text Example
Text Example
White with #AED699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED699; }
p { color: rgb(174,214,153); }
H1.HeaderClassName
{
color: #AED699;
}
.AnyTagClassName
{
color: #AED699;
}
</style>
background-color css
<style>
a { background-color: #AED699; }
a { background-color: rgb(174,214,153); }
div.DivClassName
{
background-color: #AED699;
}
.BgClassName
{
background-color: #AED699;
}
</style>
border-color css
<style>
span { border-color: #AED699; }
span { border-color: rgb(174,214,153); }
td.TdClassName
{
border-color: #AED699;
}
.TagClassName
{
border-color: #AED699;
}
</style>