Shades of Feijoa #AED57E
Tints of Feijoa #AED57E
RGB
CMYK
RGB Variations
Color information
#AED57E (or 0xAED57E) is known color: Feijoa. HEX triplet: AE, D5 and 7E. RGB value is (174,213,126). Sum of RGB (Red+Green+Blue) = 174+213+126=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #AED57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED57E is #512A81. Grayscale: #BFBFBF. Windows color (decimal): -5319298 or 8312238. OLE color: 8312238.
HSL color Cylindrical-coordinate representation of color #AED57E: hue angle of 86.9º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AED57E is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 126 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.16 |
| HSL | 86.9º | 0.51% | 0.66% | - |
| HSV(B) | 86.9º | 0.41% | 0.84% | - |
| XYZ | 45.02 | 58.09 | 28.58 | - |
| YUV | 191.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 126 | 0.18 | 0 | 0.41 | 0.16 | 86.9 | 0.51 | 0.66 |
| Hex | AE | D5 | 7E | 12 | 0 | 29 | 10 | 57 | 33 | 42 |
| Octal | 256 | 325 | 176 | 22 | 0 | 51 | 20 | 127 | 63 | 102 |
| Binary | 10101110 | 11010101 | 1111110 | 10010 | 0 | 101001 | 10000 | 1010111 | 110011 | 1000010 |
Color Harmonies of #AED57E
Complementary color
Monochromatic Colors of #AED57E
Black with #AED57E
Text Example
Text Example
White with #AED57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED57E; }
p { color: rgb(174,213,126); }
H1.HeaderClassName
{
color: #AED57E;
}
.AnyTagClassName
{
color: #AED57E;
}
</style>
background-color css
<style>
a { background-color: #AED57E; }
a { background-color: rgb(174,213,126); }
div.DivClassName
{
background-color: #AED57E;
}
.BgClassName
{
background-color: #AED57E;
}
</style>
border-color css
<style>
span { border-color: #AED57E; }
span { border-color: rgb(174,213,126); }
td.TdClassName
{
border-color: #AED57E;
}
.TagClassName
{
border-color: #AED57E;
}
</style>