Shades of Feijoa #AEDF90
Tints of Feijoa #AEDF90
RGB
CMYK
RGB Variations
Color information
#AEDF90 (or 0xAEDF90) is known color: Feijoa. HEX triplet: AE, DF and 90. RGB value is (174,223,144). Sum of RGB (Red+Green+Blue) = 174+223+144=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF90 is #51206F. Grayscale: #C7C7C7. Windows color (decimal): -5316720 or 9494446. OLE color: 9494446.
HSL color Cylindrical-coordinate representation of color #AEDF90: hue angle of 97.22º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEDF90 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 144 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.13 |
| HSL | 97.22º | 0.55% | 0.72% | - |
| HSV(B) | 97.22º | 0.35% | 0.87% | - |
| XYZ | 48.88 | 63.79 | 36.12 | - |
| YUV | 199.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 144 | 0.22 | 0 | 0.35 | 0.13 | 97.22 | 0.55 | 0.72 |
| Hex | AE | DF | 90 | 16 | 0 | 23 | D | 61 | 37 | 48 |
| Octal | 256 | 337 | 220 | 26 | 0 | 43 | 15 | 141 | 67 | 110 |
| Binary | 10101110 | 11011111 | 10010000 | 10110 | 0 | 100011 | 1101 | 1100001 | 110111 | 1001000 |
Color Harmonies of #AEDF90
Complementary color
Monochromatic Colors of #AEDF90
Black with #AEDF90
Text Example
Text Example
White with #AEDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF90; }
p { color: rgb(174,223,144); }
H1.HeaderClassName
{
color: #AEDF90;
}
.AnyTagClassName
{
color: #AEDF90;
}
</style>
background-color css
<style>
a { background-color: #AEDF90; }
a { background-color: rgb(174,223,144); }
div.DivClassName
{
background-color: #AEDF90;
}
.BgClassName
{
background-color: #AEDF90;
}
</style>
border-color css
<style>
span { border-color: #AEDF90; }
span { border-color: rgb(174,223,144); }
td.TdClassName
{
border-color: #AEDF90;
}
.TagClassName
{
border-color: #AEDF90;
}
</style>