Shades of Feijoa #AED58A
Tints of Feijoa #AED58A
RGB
CMYK
RGB Variations
Color information
#AED58A (or 0xAED58A) is known color: Feijoa. HEX triplet: AE, D5 and 8A. RGB value is (174,213,138). Sum of RGB (Red+Green+Blue) = 174+213+138=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #AED58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED58A is #512A75. Grayscale: #C1C1C1. Windows color (decimal): -5319286 or 9098670. OLE color: 9098670.
HSL color Cylindrical-coordinate representation of color #AED58A: hue angle of 91.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AED58A is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 138 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.16 |
| HSL | 91.2º | 0.47% | 0.69% | - |
| HSV(B) | 91.2º | 0.35% | 0.84% | - |
| XYZ | 45.84 | 58.42 | 32.91 | - |
| YUV | 192.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 138 | 0.18 | 0 | 0.35 | 0.16 | 91.2 | 0.47 | 0.69 |
| Hex | AE | D5 | 8A | 12 | 0 | 23 | 10 | 5B | 2F | 45 |
| Octal | 256 | 325 | 212 | 22 | 0 | 43 | 20 | 133 | 57 | 105 |
| Binary | 10101110 | 11010101 | 10001010 | 10010 | 0 | 100011 | 10000 | 1011011 | 101111 | 1000101 |
Color Harmonies of #AED58A
Complementary color
Monochromatic Colors of #AED58A
Black with #AED58A
Text Example
Text Example
White with #AED58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED58A; }
p { color: rgb(174,213,138); }
H1.HeaderClassName
{
color: #AED58A;
}
.AnyTagClassName
{
color: #AED58A;
}
</style>
background-color css
<style>
a { background-color: #AED58A; }
a { background-color: rgb(174,213,138); }
div.DivClassName
{
background-color: #AED58A;
}
.BgClassName
{
background-color: #AED58A;
}
</style>
border-color css
<style>
span { border-color: #AED58A; }
span { border-color: rgb(174,213,138); }
td.TdClassName
{
border-color: #AED58A;
}
.TagClassName
{
border-color: #AED58A;
}
</style>