Shades of Feijoa #AED37F
Tints of Feijoa #AED37F
RGB
CMYK
RGB Variations
Color information
#AED37F (or 0xAED37F) is known color: Feijoa. HEX triplet: AE, D3 and 7F. RGB value is (174,211,127). Sum of RGB (Red+Green+Blue) = 174+211+127=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #AED37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED37F is #512C80. Grayscale: #BEBEBE. Windows color (decimal): -5319809 or 8377262. OLE color: 8377262.
HSL color Cylindrical-coordinate representation of color #AED37F: hue angle of 86.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED37F is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 127 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.17 |
| HSL | 86.43º | 0.49% | 0.66% | - |
| HSV(B) | 86.43º | 0.4% | 0.83% | - |
| XYZ | 44.58 | 57.12 | 28.75 | - |
| YUV | 190.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 127 | 0.18 | 0 | 0.40 | 0.17 | 86.43 | 0.49 | 0.66 |
| Hex | AE | D3 | 7F | 12 | 0 | 28 | 11 | 56 | 31 | 42 |
| Octal | 256 | 323 | 177 | 22 | 0 | 50 | 21 | 126 | 61 | 102 |
| Binary | 10101110 | 11010011 | 1111111 | 10010 | 0 | 101000 | 10001 | 1010110 | 110001 | 1000010 |
Color Harmonies of #AED37F
Complementary color
Monochromatic Colors of #AED37F
Black with #AED37F
Text Example
Text Example
White with #AED37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED37F; }
p { color: rgb(174,211,127); }
H1.HeaderClassName
{
color: #AED37F;
}
.AnyTagClassName
{
color: #AED37F;
}
</style>
background-color css
<style>
a { background-color: #AED37F; }
a { background-color: rgb(174,211,127); }
div.DivClassName
{
background-color: #AED37F;
}
.BgClassName
{
background-color: #AED37F;
}
</style>
border-color css
<style>
span { border-color: #AED37F; }
span { border-color: rgb(174,211,127); }
td.TdClassName
{
border-color: #AED37F;
}
.TagClassName
{
border-color: #AED37F;
}
</style>