Shades of Feijoa #AED38B
Tints of Feijoa #AED38B
RGB
CMYK
RGB Variations
Color information
#AED38B (or 0xAED38B) is known color: Feijoa. HEX triplet: AE, D3 and 8B. RGB value is (174,211,139). Sum of RGB (Red+Green+Blue) = 174+211+139=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #AED38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED38B is #512C74. Grayscale: #BFBFBF. Windows color (decimal): -5319797 or 9163694. OLE color: 9163694.
HSL color Cylindrical-coordinate representation of color #AED38B: hue angle of 90.83º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AED38B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 139 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.17 |
| HSL | 90.83º | 0.45% | 0.69% | - |
| HSV(B) | 90.83º | 0.34% | 0.83% | - |
| XYZ | 45.41 | 57.45 | 33.12 | - |
| YUV | 191.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 139 | 0.18 | 0 | 0.34 | 0.17 | 90.83 | 0.45 | 0.69 |
| Hex | AE | D3 | 8B | 12 | 0 | 22 | 11 | 5B | 2D | 45 |
| Octal | 256 | 323 | 213 | 22 | 0 | 42 | 21 | 133 | 55 | 105 |
| Binary | 10101110 | 11010011 | 10001011 | 10010 | 0 | 100010 | 10001 | 1011011 | 101101 | 1000101 |
Color Harmonies of #AED38B
Complementary color
Monochromatic Colors of #AED38B
Black with #AED38B
Text Example
Text Example
White with #AED38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED38B; }
p { color: rgb(174,211,139); }
H1.HeaderClassName
{
color: #AED38B;
}
.AnyTagClassName
{
color: #AED38B;
}
</style>
background-color css
<style>
a { background-color: #AED38B; }
a { background-color: rgb(174,211,139); }
div.DivClassName
{
background-color: #AED38B;
}
.BgClassName
{
background-color: #AED38B;
}
</style>
border-color css
<style>
span { border-color: #AED38B; }
span { border-color: rgb(174,211,139); }
td.TdClassName
{
border-color: #AED38B;
}
.TagClassName
{
border-color: #AED38B;
}
</style>