Shades of Feijoa #AAED74
Tints of Feijoa #AAED74
RGB
CMYK
RGB Variations
Color information
#AAED74 (or 0xAAED74) is known color: Feijoa. HEX triplet: AA, ED and 74. RGB value is (170,237,116). Sum of RGB (Red+Green+Blue) = 170+237+116=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED74 is #55128B. Grayscale: #CBCBCB. Windows color (decimal): -5575308 or 7663018. OLE color: 7663018.
HSL color Cylindrical-coordinate representation of color #AAED74: hue angle of 93.22º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAED74 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 116 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.07 |
| HSL | 93.22º | 0.77% | 0.69% | - |
| HSV(B) | 93.22º | 0.51% | 0.93% | - |
| XYZ | 50.01 | 70.38 | 27.47 | - |
| YUV | 203.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 116 | 0.28 | 0 | 0.51 | 0.07 | 93.22 | 0.77 | 0.69 |
| Hex | AA | ED | 74 | 1C | 0 | 33 | 7 | 5D | 4D | 45 |
| Octal | 252 | 355 | 164 | 34 | 0 | 63 | 7 | 135 | 115 | 105 |
| Binary | 10101010 | 11101101 | 1110100 | 11100 | 0 | 110011 | 111 | 1011101 | 1001101 | 1000101 |
Color Harmonies of #AAED74
Complementary color
Monochromatic Colors of #AAED74
Black with #AAED74
Text Example
Text Example
White with #AAED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAED74; }
p { color: rgb(170,237,116); }
H1.HeaderClassName
{
color: #AAED74;
}
.AnyTagClassName
{
color: #AAED74;
}
</style>
background-color css
<style>
a { background-color: #AAED74; }
a { background-color: rgb(170,237,116); }
div.DivClassName
{
background-color: #AAED74;
}
.BgClassName
{
background-color: #AAED74;
}
</style>
border-color css
<style>
span { border-color: #AAED74; }
span { border-color: rgb(170,237,116); }
td.TdClassName
{
border-color: #AAED74;
}
.TagClassName
{
border-color: #AAED74;
}
</style>