Shades of Feijoa #AADD75
Tints of Feijoa #AADD75
RGB
CMYK
RGB Variations
Color information
#AADD75 (or 0xAADD75) is known color: Feijoa. HEX triplet: AA, DD and 75. RGB value is (170,221,117). Sum of RGB (Red+Green+Blue) = 170+221+117=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD75 is #55228A. Grayscale: #C2C2C2. Windows color (decimal): -5579403 or 7724458. OLE color: 7724458.
HSL color Cylindrical-coordinate representation of color #AADD75: hue angle of 89.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AADD75 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 117 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.13 |
| HSL | 89.42º | 0.6% | 0.66% | - |
| HSV(B) | 89.42º | 0.47% | 0.87% | - |
| XYZ | 45.64 | 61.54 | 26.3 | - |
| YUV | 193.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 117 | 0.23 | 0 | 0.47 | 0.13 | 89.42 | 0.6 | 0.66 |
| Hex | AA | DD | 75 | 17 | 0 | 2F | D | 59 | 3C | 42 |
| Octal | 252 | 335 | 165 | 27 | 0 | 57 | 15 | 131 | 74 | 102 |
| Binary | 10101010 | 11011101 | 1110101 | 10111 | 0 | 101111 | 1101 | 1011001 | 111100 | 1000010 |
Color Harmonies of #AADD75
Complementary color
Monochromatic Colors of #AADD75
Black with #AADD75
Text Example
Text Example
White with #AADD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD75; }
p { color: rgb(170,221,117); }
H1.HeaderClassName
{
color: #AADD75;
}
.AnyTagClassName
{
color: #AADD75;
}
</style>
background-color css
<style>
a { background-color: #AADD75; }
a { background-color: rgb(170,221,117); }
div.DivClassName
{
background-color: #AADD75;
}
.BgClassName
{
background-color: #AADD75;
}
</style>
border-color css
<style>
span { border-color: #AADD75; }
span { border-color: rgb(170,221,117); }
td.TdClassName
{
border-color: #AADD75;
}
.TagClassName
{
border-color: #AADD75;
}
</style>