Shades of Feijoa #AEDF83
Tints of Feijoa #AEDF83
RGB
CMYK
RGB Variations
Color information
#AEDF83 (or 0xAEDF83) is known color: Feijoa. HEX triplet: AE, DF and 83. RGB value is (174,223,131). Sum of RGB (Red+Green+Blue) = 174+223+131=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF83 is #51207C. Grayscale: #C6C6C6. Windows color (decimal): -5316733 or 8642478. OLE color: 8642478.
HSL color Cylindrical-coordinate representation of color #AEDF83: hue angle of 91.96º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEDF83 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 131 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.13 |
| HSL | 91.96º | 0.59% | 0.69% | - |
| HSV(B) | 91.96º | 0.41% | 0.87% | - |
| XYZ | 47.94 | 63.41 | 31.19 | - |
| YUV | 197.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 131 | 0.22 | 0 | 0.41 | 0.13 | 91.96 | 0.59 | 0.69 |
| Hex | AE | DF | 83 | 16 | 0 | 29 | D | 5C | 3B | 45 |
| Octal | 256 | 337 | 203 | 26 | 0 | 51 | 15 | 134 | 73 | 105 |
| Binary | 10101110 | 11011111 | 10000011 | 10110 | 0 | 101001 | 1101 | 1011100 | 111011 | 1000101 |
Color Harmonies of #AEDF83
Complementary color
Monochromatic Colors of #AEDF83
Black with #AEDF83
Text Example
Text Example
White with #AEDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF83; }
p { color: rgb(174,223,131); }
H1.HeaderClassName
{
color: #AEDF83;
}
.AnyTagClassName
{
color: #AEDF83;
}
</style>
background-color css
<style>
a { background-color: #AEDF83; }
a { background-color: rgb(174,223,131); }
div.DivClassName
{
background-color: #AEDF83;
}
.BgClassName
{
background-color: #AEDF83;
}
</style>
border-color css
<style>
span { border-color: #AEDF83; }
span { border-color: rgb(174,223,131); }
td.TdClassName
{
border-color: #AEDF83;
}
.TagClassName
{
border-color: #AEDF83;
}
</style>