Shades of Feijoa #AED397
Tints of Feijoa #AED397
RGB
CMYK
RGB Variations
Color information
#AED397 (or 0xAED397) is known color: Feijoa. HEX triplet: AE, D3 and 97. RGB value is (174,211,151). Sum of RGB (Red+Green+Blue) = 174+211+151=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #AED397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED397 is #512C68. Grayscale: #C1C1C1. Windows color (decimal): -5319785 or 9950126. OLE color: 9950126.
HSL color Cylindrical-coordinate representation of color #AED397: hue angle of 97º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED397 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 151 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.17 |
| HSL | 97º | 0.41% | 0.71% | - |
| HSV(B) | 97º | 0.28% | 0.83% | - |
| XYZ | 46.34 | 57.82 | 38 | - |
| YUV | 193.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 151 | 0.18 | 0 | 0.28 | 0.17 | 97 | 0.41 | 0.71 |
| Hex | AE | D3 | 97 | 12 | 0 | 1C | 11 | 61 | 29 | 47 |
| Octal | 256 | 323 | 227 | 22 | 0 | 34 | 21 | 141 | 51 | 107 |
| Binary | 10101110 | 11010011 | 10010111 | 10010 | 0 | 11100 | 10001 | 1100001 | 101001 | 1000111 |
Color Harmonies of #AED397
Complementary color
Monochromatic Colors of #AED397
Black with #AED397
Text Example
Text Example
White with #AED397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED397; }
p { color: rgb(174,211,151); }
H1.HeaderClassName
{
color: #AED397;
}
.AnyTagClassName
{
color: #AED397;
}
</style>
background-color css
<style>
a { background-color: #AED397; }
a { background-color: rgb(174,211,151); }
div.DivClassName
{
background-color: #AED397;
}
.BgClassName
{
background-color: #AED397;
}
</style>
border-color css
<style>
span { border-color: #AED397; }
span { border-color: rgb(174,211,151); }
td.TdClassName
{
border-color: #AED397;
}
.TagClassName
{
border-color: #AED397;
}
</style>