Shades of Feijoa #AEDF93
Tints of Feijoa #AEDF93
RGB
CMYK
RGB Variations
Color information
#AEDF93 (or 0xAEDF93) is known color: Feijoa. HEX triplet: AE, DF and 93. RGB value is (174,223,147). Sum of RGB (Red+Green+Blue) = 174+223+147=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF93 is #51206C. Grayscale: #C7C7C7. Windows color (decimal): -5316717 or 9691054. OLE color: 9691054.
HSL color Cylindrical-coordinate representation of color #AEDF93: hue angle of 98.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEDF93 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 147 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.13 |
| HSL | 98.68º | 0.54% | 0.73% | - |
| HSV(B) | 98.68º | 0.34% | 0.87% | - |
| XYZ | 49.11 | 63.88 | 37.35 | - |
| YUV | 199.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 147 | 0.22 | 0 | 0.34 | 0.13 | 98.68 | 0.54 | 0.73 |
| Hex | AE | DF | 93 | 16 | 0 | 22 | D | 63 | 36 | 49 |
| Octal | 256 | 337 | 223 | 26 | 0 | 42 | 15 | 143 | 66 | 111 |
| Binary | 10101110 | 11011111 | 10010011 | 10110 | 0 | 100010 | 1101 | 1100011 | 110110 | 1001001 |
Color Harmonies of #AEDF93
Complementary color
Monochromatic Colors of #AEDF93
Black with #AEDF93
Text Example
Text Example
White with #AEDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF93; }
p { color: rgb(174,223,147); }
H1.HeaderClassName
{
color: #AEDF93;
}
.AnyTagClassName
{
color: #AEDF93;
}
</style>
background-color css
<style>
a { background-color: #AEDF93; }
a { background-color: rgb(174,223,147); }
div.DivClassName
{
background-color: #AEDF93;
}
.BgClassName
{
background-color: #AEDF93;
}
</style>
border-color css
<style>
span { border-color: #AEDF93; }
span { border-color: rgb(174,223,147); }
td.TdClassName
{
border-color: #AEDF93;
}
.TagClassName
{
border-color: #AEDF93;
}
</style>