Shades of Feijoa #AED595
Tints of Feijoa #AED595
RGB
CMYK
RGB Variations
Color information
#AED595 (or 0xAED595) is known color: Feijoa. HEX triplet: AE, D5 and 95. RGB value is (174,213,149). Sum of RGB (Red+Green+Blue) = 174+213+149=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #AED595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED595 is #512A6A. Grayscale: #C2C2C2. Windows color (decimal): -5319275 or 9819566. OLE color: 9819566.
HSL color Cylindrical-coordinate representation of color #AED595: hue angle of 96.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED595 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 149 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.16 |
| HSL | 96.56º | 0.43% | 0.71% | - |
| HSV(B) | 96.56º | 0.3% | 0.84% | - |
| XYZ | 46.67 | 58.76 | 37.32 | - |
| YUV | 194.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 149 | 0.18 | 0 | 0.30 | 0.16 | 96.56 | 0.43 | 0.71 |
| Hex | AE | D5 | 95 | 12 | 0 | 1E | 10 | 61 | 2B | 47 |
| Octal | 256 | 325 | 225 | 22 | 0 | 36 | 20 | 141 | 53 | 107 |
| Binary | 10101110 | 11010101 | 10010101 | 10010 | 0 | 11110 | 10000 | 1100001 | 101011 | 1000111 |
Color Harmonies of #AED595
Complementary color
Monochromatic Colors of #AED595
Black with #AED595
Text Example
Text Example
White with #AED595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED595; }
p { color: rgb(174,213,149); }
H1.HeaderClassName
{
color: #AED595;
}
.AnyTagClassName
{
color: #AED595;
}
</style>
background-color css
<style>
a { background-color: #AED595; }
a { background-color: rgb(174,213,149); }
div.DivClassName
{
background-color: #AED595;
}
.BgClassName
{
background-color: #AED595;
}
</style>
border-color css
<style>
span { border-color: #AED595; }
span { border-color: rgb(174,213,149); }
td.TdClassName
{
border-color: #AED595;
}
.TagClassName
{
border-color: #AED595;
}
</style>