Shades of Feijoa #AADC75
Tints of Feijoa #AADC75
RGB
CMYK
RGB Variations
Color information
#AADC75 (or 0xAADC75) is known color: Feijoa. HEX triplet: AA, DC and 75. RGB value is (170,220,117). Sum of RGB (Red+Green+Blue) = 170+220+117=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC75 is #55238A. Grayscale: #C1C1C1. Windows color (decimal): -5579659 or 7724202. OLE color: 7724202.
HSL color Cylindrical-coordinate representation of color #AADC75: hue angle of 89.13º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AADC75 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 117 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.14 |
| HSL | 89.13º | 0.6% | 0.66% | - |
| HSV(B) | 89.13º | 0.47% | 0.86% | - |
| XYZ | 45.38 | 61.02 | 26.22 | - |
| YUV | 193.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 117 | 0.23 | 0 | 0.47 | 0.14 | 89.13 | 0.6 | 0.66 |
| Hex | AA | DC | 75 | 17 | 0 | 2F | E | 59 | 3C | 42 |
| Octal | 252 | 334 | 165 | 27 | 0 | 57 | 16 | 131 | 74 | 102 |
| Binary | 10101010 | 11011100 | 1110101 | 10111 | 0 | 101111 | 1110 | 1011001 | 111100 | 1000010 |
Color Harmonies of #AADC75
Complementary color
Monochromatic Colors of #AADC75
Black with #AADC75
Text Example
Text Example
White with #AADC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC75; }
p { color: rgb(170,220,117); }
H1.HeaderClassName
{
color: #AADC75;
}
.AnyTagClassName
{
color: #AADC75;
}
</style>
background-color css
<style>
a { background-color: #AADC75; }
a { background-color: rgb(170,220,117); }
div.DivClassName
{
background-color: #AADC75;
}
.BgClassName
{
background-color: #AADC75;
}
</style>
border-color css
<style>
span { border-color: #AADC75; }
span { border-color: rgb(170,220,117); }
td.TdClassName
{
border-color: #AADC75;
}
.TagClassName
{
border-color: #AADC75;
}
</style>