Shades of Feijoa #AED37B
Tints of Feijoa #AED37B
RGB
CMYK
RGB Variations
Color information
#AED37B (or 0xAED37B) is known color: Feijoa. HEX triplet: AE, D3 and 7B. RGB value is (174,211,123). Sum of RGB (Red+Green+Blue) = 174+211+123=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #AED37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED37B is #512C84. Grayscale: #BEBEBE. Windows color (decimal): -5319813 or 8115118. OLE color: 8115118.
HSL color Cylindrical-coordinate representation of color #AED37B: hue angle of 85.23º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AED37B is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 123 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.17 |
| HSL | 85.23º | 0.5% | 0.65% | - |
| HSV(B) | 85.23º | 0.42% | 0.83% | - |
| XYZ | 44.32 | 57.02 | 27.41 | - |
| YUV | 189.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 123 | 0.18 | 0 | 0.42 | 0.17 | 85.23 | 0.5 | 0.65 |
| Hex | AE | D3 | 7B | 12 | 0 | 2A | 11 | 55 | 32 | 41 |
| Octal | 256 | 323 | 173 | 22 | 0 | 52 | 21 | 125 | 62 | 101 |
| Binary | 10101110 | 11010011 | 1111011 | 10010 | 0 | 101010 | 10001 | 1010101 | 110010 | 1000001 |
Color Harmonies of #AED37B
Complementary color
Monochromatic Colors of #AED37B
Black with #AED37B
Text Example
Text Example
White with #AED37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED37B; }
p { color: rgb(174,211,123); }
H1.HeaderClassName
{
color: #AED37B;
}
.AnyTagClassName
{
color: #AED37B;
}
</style>
background-color css
<style>
a { background-color: #AED37B; }
a { background-color: rgb(174,211,123); }
div.DivClassName
{
background-color: #AED37B;
}
.BgClassName
{
background-color: #AED37B;
}
</style>
border-color css
<style>
span { border-color: #AED37B; }
span { border-color: rgb(174,211,123); }
td.TdClassName
{
border-color: #AED37B;
}
.TagClassName
{
border-color: #AED37B;
}
</style>