Shades of Feijoa #AADC7D
Tints of Feijoa #AADC7D
RGB
CMYK
RGB Variations
Color information
#AADC7D (or 0xAADC7D) is known color: Feijoa. HEX triplet: AA, DC and 7D. RGB value is (170,220,125). Sum of RGB (Red+Green+Blue) = 170+220+125=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC7D is #552382. Grayscale: #C2C2C2. Windows color (decimal): -5579651 or 8248490. OLE color: 8248490.
HSL color Cylindrical-coordinate representation of color #AADC7D: hue angle of 91.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AADC7D is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 125 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.14 |
| HSL | 91.58º | 0.58% | 0.68% | - |
| HSV(B) | 91.58º | 0.43% | 0.86% | - |
| XYZ | 45.87 | 61.21 | 28.8 | - |
| YUV | 194.22 | 88.94 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 125 | 0.23 | 0 | 0.43 | 0.14 | 91.58 | 0.58 | 0.68 |
| Hex | AA | DC | 7D | 17 | 0 | 2B | E | 5C | 3A | 44 |
| Octal | 252 | 334 | 175 | 27 | 0 | 53 | 16 | 134 | 72 | 104 |
| Binary | 10101010 | 11011100 | 1111101 | 10111 | 0 | 101011 | 1110 | 1011100 | 111010 | 1000100 |
Color Harmonies of #AADC7D
Complementary color
Monochromatic Colors of #AADC7D
Black with #AADC7D
Text Example
Text Example
White with #AADC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC7D; }
p { color: rgb(170,220,125); }
H1.HeaderClassName
{
color: #AADC7D;
}
.AnyTagClassName
{
color: #AADC7D;
}
</style>
background-color css
<style>
a { background-color: #AADC7D; }
a { background-color: rgb(170,220,125); }
div.DivClassName
{
background-color: #AADC7D;
}
.BgClassName
{
background-color: #AADC7D;
}
</style>
border-color css
<style>
span { border-color: #AADC7D; }
span { border-color: rgb(170,220,125); }
td.TdClassName
{
border-color: #AADC7D;
}
.TagClassName
{
border-color: #AADC7D;
}
</style>