Shades of Feijoa #AED67A
Tints of Feijoa #AED67A
RGB
CMYK
RGB Variations
Color information
#AED67A (or 0xAED67A) is known color: Feijoa. HEX triplet: AE, D6 and 7A. RGB value is (174,214,122). Sum of RGB (Red+Green+Blue) = 174+214+122=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #AED67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED67A is #512985. Grayscale: #BFBFBF. Windows color (decimal): -5319046 or 8050350. OLE color: 8050350.
HSL color Cylindrical-coordinate representation of color #AED67A: hue angle of 86.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AED67A is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 122 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.16 |
| HSL | 86.09º | 0.53% | 0.66% | - |
| HSV(B) | 86.09º | 0.43% | 0.84% | - |
| XYZ | 45.01 | 58.5 | 27.33 | - |
| YUV | 191.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 122 | 0.19 | 0 | 0.43 | 0.16 | 86.09 | 0.53 | 0.66 |
| Hex | AE | D6 | 7A | 13 | 0 | 2B | 10 | 56 | 35 | 42 |
| Octal | 256 | 326 | 172 | 23 | 0 | 53 | 20 | 126 | 65 | 102 |
| Binary | 10101110 | 11010110 | 1111010 | 10011 | 0 | 101011 | 10000 | 1010110 | 110101 | 1000010 |
Color Harmonies of #AED67A
Complementary color
Monochromatic Colors of #AED67A
Black with #AED67A
Text Example
Text Example
White with #AED67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED67A; }
p { color: rgb(174,214,122); }
H1.HeaderClassName
{
color: #AED67A;
}
.AnyTagClassName
{
color: #AED67A;
}
</style>
background-color css
<style>
a { background-color: #AED67A; }
a { background-color: rgb(174,214,122); }
div.DivClassName
{
background-color: #AED67A;
}
.BgClassName
{
background-color: #AED67A;
}
</style>
border-color css
<style>
span { border-color: #AED67A; }
span { border-color: rgb(174,214,122); }
td.TdClassName
{
border-color: #AED67A;
}
.TagClassName
{
border-color: #AED67A;
}
</style>