Shades of Feijoa #AED68E
Tints of Feijoa #AED68E
RGB
CMYK
RGB Variations
Color information
#AED68E (or 0xAED68E) is known color: Feijoa. HEX triplet: AE, D6 and 8E. RGB value is (174,214,142). Sum of RGB (Red+Green+Blue) = 174+214+142=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #AED68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED68E is #512971. Grayscale: #C2C2C2. Windows color (decimal): -5319026 or 9361070. OLE color: 9361070.
HSL color Cylindrical-coordinate representation of color #AED68E: hue angle of 93.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AED68E is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 142 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.16 |
| HSL | 93.33º | 0.47% | 0.7% | - |
| HSV(B) | 93.33º | 0.34% | 0.84% | - |
| XYZ | 46.38 | 59.04 | 34.54 | - |
| YUV | 193.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 142 | 0.19 | 0 | 0.34 | 0.16 | 93.33 | 0.47 | 0.7 |
| Hex | AE | D6 | 8E | 13 | 0 | 22 | 10 | 5D | 2F | 46 |
| Octal | 256 | 326 | 216 | 23 | 0 | 42 | 20 | 135 | 57 | 106 |
| Binary | 10101110 | 11010110 | 10001110 | 10011 | 0 | 100010 | 10000 | 1011101 | 101111 | 1000110 |
Color Harmonies of #AED68E
Complementary color
Monochromatic Colors of #AED68E
Black with #AED68E
Text Example
Text Example
White with #AED68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED68E; }
p { color: rgb(174,214,142); }
H1.HeaderClassName
{
color: #AED68E;
}
.AnyTagClassName
{
color: #AED68E;
}
</style>
background-color css
<style>
a { background-color: #AED68E; }
a { background-color: rgb(174,214,142); }
div.DivClassName
{
background-color: #AED68E;
}
.BgClassName
{
background-color: #AED68E;
}
</style>
border-color css
<style>
span { border-color: #AED68E; }
span { border-color: rgb(174,214,142); }
td.TdClassName
{
border-color: #AED68E;
}
.TagClassName
{
border-color: #AED68E;
}
</style>