Shades of Feijoa #AADD74
Tints of Feijoa #AADD74
RGB
CMYK
RGB Variations
Color information
#AADD74 (or 0xAADD74) is known color: Feijoa. HEX triplet: AA, DD and 74. RGB value is (170,221,116). Sum of RGB (Red+Green+Blue) = 170+221+116=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD74 is #55228B. Grayscale: #C2C2C2. Windows color (decimal): -5579404 or 7658922. OLE color: 7658922.
HSL color Cylindrical-coordinate representation of color #AADD74: hue angle of 89.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AADD74 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 116 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.13 |
| HSL | 89.14º | 0.61% | 0.66% | - |
| HSV(B) | 89.14º | 0.48% | 0.87% | - |
| XYZ | 45.59 | 61.52 | 25.99 | - |
| YUV | 193.78 | 84.1 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 116 | 0.23 | 0 | 0.48 | 0.13 | 89.14 | 0.61 | 0.66 |
| Hex | AA | DD | 74 | 17 | 0 | 30 | D | 59 | 3D | 42 |
| Octal | 252 | 335 | 164 | 27 | 0 | 60 | 15 | 131 | 75 | 102 |
| Binary | 10101010 | 11011101 | 1110100 | 10111 | 0 | 110000 | 1101 | 1011001 | 111101 | 1000010 |
Color Harmonies of #AADD74
Complementary color
Monochromatic Colors of #AADD74
Black with #AADD74
Text Example
Text Example
White with #AADD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD74; }
p { color: rgb(170,221,116); }
H1.HeaderClassName
{
color: #AADD74;
}
.AnyTagClassName
{
color: #AADD74;
}
</style>
background-color css
<style>
a { background-color: #AADD74; }
a { background-color: rgb(170,221,116); }
div.DivClassName
{
background-color: #AADD74;
}
.BgClassName
{
background-color: #AADD74;
}
</style>
border-color css
<style>
span { border-color: #AADD74; }
span { border-color: rgb(170,221,116); }
td.TdClassName
{
border-color: #AADD74;
}
.TagClassName
{
border-color: #AADD74;
}
</style>