Shades of Feijoa #AAEF74
Tints of Feijoa #AAEF74
RGB
CMYK
RGB Variations
Color information
#AAEF74 (or 0xAAEF74) is known color: Feijoa. HEX triplet: AA, EF and 74. RGB value is (170,239,116). Sum of RGB (Red+Green+Blue) = 170+239+116=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF74 is #55108B. Grayscale: #CCCCCC. Windows color (decimal): -5574796 or 7663530. OLE color: 7663530.
HSL color Cylindrical-coordinate representation of color #AAEF74: hue angle of 93.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAEF74 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 116 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.06 |
| HSL | 93.66º | 0.79% | 0.7% | - |
| HSV(B) | 93.66º | 0.51% | 0.94% | - |
| XYZ | 50.6 | 71.54 | 27.66 | - |
| YUV | 204.35 | 78.14 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 116 | 0.29 | 0 | 0.51 | 0.06 | 93.66 | 0.79 | 0.7 |
| Hex | AA | EF | 74 | 1D | 0 | 33 | 6 | 5E | 4F | 46 |
| Octal | 252 | 357 | 164 | 35 | 0 | 63 | 6 | 136 | 117 | 106 |
| Binary | 10101010 | 11101111 | 1110100 | 11101 | 0 | 110011 | 110 | 1011110 | 1001111 | 1000110 |
Color Harmonies of #AAEF74
Complementary color
Monochromatic Colors of #AAEF74
Black with #AAEF74
Text Example
Text Example
White with #AAEF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF74; }
p { color: rgb(170,239,116); }
H1.HeaderClassName
{
color: #AAEF74;
}
.AnyTagClassName
{
color: #AAEF74;
}
</style>
background-color css
<style>
a { background-color: #AAEF74; }
a { background-color: rgb(170,239,116); }
div.DivClassName
{
background-color: #AAEF74;
}
.BgClassName
{
background-color: #AAEF74;
}
</style>
border-color css
<style>
span { border-color: #AAEF74; }
span { border-color: rgb(170,239,116); }
td.TdClassName
{
border-color: #AAEF74;
}
.TagClassName
{
border-color: #AAEF74;
}
</style>