Shades of Feijoa #AADC83
Tints of Feijoa #AADC83
RGB
CMYK
RGB Variations
Color information
#AADC83 (or 0xAADC83) is known color: Feijoa. HEX triplet: AA, DC and 83. RGB value is (170,220,131). Sum of RGB (Red+Green+Blue) = 170+220+131=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC83 is #55237C. Grayscale: #C3C3C3. Windows color (decimal): -5579645 or 8641706. OLE color: 8641706.
HSL color Cylindrical-coordinate representation of color #AADC83: hue angle of 93.71º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADC83 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 131 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.14 |
| HSL | 93.71º | 0.56% | 0.69% | - |
| HSV(B) | 93.71º | 0.4% | 0.86% | - |
| XYZ | 46.27 | 61.37 | 30.88 | - |
| YUV | 194.9 | 91.94 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 131 | 0.23 | 0 | 0.40 | 0.14 | 93.71 | 0.56 | 0.69 |
| Hex | AA | DC | 83 | 17 | 0 | 28 | E | 5E | 38 | 45 |
| Octal | 252 | 334 | 203 | 27 | 0 | 50 | 16 | 136 | 70 | 105 |
| Binary | 10101010 | 11011100 | 10000011 | 10111 | 0 | 101000 | 1110 | 1011110 | 111000 | 1000101 |
Color Harmonies of #AADC83
Complementary color
Monochromatic Colors of #AADC83
Black with #AADC83
Text Example
Text Example
White with #AADC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC83; }
p { color: rgb(170,220,131); }
H1.HeaderClassName
{
color: #AADC83;
}
.AnyTagClassName
{
color: #AADC83;
}
</style>
background-color css
<style>
a { background-color: #AADC83; }
a { background-color: rgb(170,220,131); }
div.DivClassName
{
background-color: #AADC83;
}
.BgClassName
{
background-color: #AADC83;
}
</style>
border-color css
<style>
span { border-color: #AADC83; }
span { border-color: rgb(170,220,131); }
td.TdClassName
{
border-color: #AADC83;
}
.TagClassName
{
border-color: #AADC83;
}
</style>