Shades of Feijoa #AADC70
Tints of Feijoa #AADC70
RGB
CMYK
RGB Variations
Color information
#AADC70 (or 0xAADC70) is known color: Feijoa. HEX triplet: AA, DC and 70. RGB value is (170,220,112). Sum of RGB (Red+Green+Blue) = 170+220+112=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC70 is #55238F. Grayscale: #C1C1C1. Windows color (decimal): -5579664 or 7396522. OLE color: 7396522.
HSL color Cylindrical-coordinate representation of color #AADC70: hue angle of 87.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AADC70 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 112 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.14 |
| HSL | 87.78º | 0.61% | 0.65% | - |
| HSV(B) | 87.78º | 0.49% | 0.86% | - |
| XYZ | 45.1 | 60.9 | 24.71 | - |
| YUV | 192.74 | 82.44 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 112 | 0.23 | 0 | 0.49 | 0.14 | 87.78 | 0.61 | 0.65 |
| Hex | AA | DC | 70 | 17 | 0 | 31 | E | 58 | 3D | 41 |
| Octal | 252 | 334 | 160 | 27 | 0 | 61 | 16 | 130 | 75 | 101 |
| Binary | 10101010 | 11011100 | 1110000 | 10111 | 0 | 110001 | 1110 | 1011000 | 111101 | 1000001 |
Color Harmonies of #AADC70
Complementary color
Monochromatic Colors of #AADC70
Black with #AADC70
Text Example
Text Example
White with #AADC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC70; }
p { color: rgb(170,220,112); }
H1.HeaderClassName
{
color: #AADC70;
}
.AnyTagClassName
{
color: #AADC70;
}
</style>
background-color css
<style>
a { background-color: #AADC70; }
a { background-color: rgb(170,220,112); }
div.DivClassName
{
background-color: #AADC70;
}
.BgClassName
{
background-color: #AADC70;
}
</style>
border-color css
<style>
span { border-color: #AADC70; }
span { border-color: rgb(170,220,112); }
td.TdClassName
{
border-color: #AADC70;
}
.TagClassName
{
border-color: #AADC70;
}
</style>