Shades of Feijoa #AED380
Tints of Feijoa #AED380
RGB
CMYK
RGB Variations
Color information
#AED380 (or 0xAED380) is known color: Feijoa. HEX triplet: AE, D3 and 80. RGB value is (174,211,128). Sum of RGB (Red+Green+Blue) = 174+211+128=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #AED380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED380 is #512C7F. Grayscale: #BEBEBE. Windows color (decimal): -5319808 or 8442798. OLE color: 8442798.
HSL color Cylindrical-coordinate representation of color #AED380: hue angle of 86.75º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AED380 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 128 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.17 |
| HSL | 86.75º | 0.49% | 0.66% | - |
| HSV(B) | 86.75º | 0.39% | 0.83% | - |
| XYZ | 44.65 | 57.15 | 29.1 | - |
| YUV | 190.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 128 | 0.18 | 0 | 0.39 | 0.17 | 86.75 | 0.49 | 0.66 |
| Hex | AE | D3 | 80 | 12 | 0 | 27 | 11 | 57 | 31 | 42 |
| Octal | 256 | 323 | 200 | 22 | 0 | 47 | 21 | 127 | 61 | 102 |
| Binary | 10101110 | 11010011 | 10000000 | 10010 | 0 | 100111 | 10001 | 1010111 | 110001 | 1000010 |
Color Harmonies of #AED380
Complementary color
Monochromatic Colors of #AED380
Black with #AED380
Text Example
Text Example
White with #AED380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED380; }
p { color: rgb(174,211,128); }
H1.HeaderClassName
{
color: #AED380;
}
.AnyTagClassName
{
color: #AED380;
}
</style>
background-color css
<style>
a { background-color: #AED380; }
a { background-color: rgb(174,211,128); }
div.DivClassName
{
background-color: #AED380;
}
.BgClassName
{
background-color: #AED380;
}
</style>
border-color css
<style>
span { border-color: #AED380; }
span { border-color: rgb(174,211,128); }
td.TdClassName
{
border-color: #AED380;
}
.TagClassName
{
border-color: #AED380;
}
</style>