Shades of Feijoa #AADC81
Tints of Feijoa #AADC81
RGB
CMYK
RGB Variations
Color information
#AADC81 (or 0xAADC81) is known color: Feijoa. HEX triplet: AA, DC and 81. RGB value is (170,220,129). Sum of RGB (Red+Green+Blue) = 170+220+129=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC81 is #55237E. Grayscale: #C2C2C2. Windows color (decimal): -5579647 or 8510634. OLE color: 8510634.
HSL color Cylindrical-coordinate representation of color #AADC81: hue angle of 92.97º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AADC81 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 129 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.14 |
| HSL | 92.97º | 0.57% | 0.68% | - |
| HSV(B) | 92.97º | 0.41% | 0.86% | - |
| XYZ | 46.13 | 61.32 | 30.17 | - |
| YUV | 194.68 | 90.94 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 129 | 0.23 | 0 | 0.41 | 0.14 | 92.97 | 0.57 | 0.68 |
| Hex | AA | DC | 81 | 17 | 0 | 29 | E | 5D | 39 | 44 |
| Octal | 252 | 334 | 201 | 27 | 0 | 51 | 16 | 135 | 71 | 104 |
| Binary | 10101010 | 11011100 | 10000001 | 10111 | 0 | 101001 | 1110 | 1011101 | 111001 | 1000100 |
Color Harmonies of #AADC81
Complementary color
Monochromatic Colors of #AADC81
Black with #AADC81
Text Example
Text Example
White with #AADC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC81; }
p { color: rgb(170,220,129); }
H1.HeaderClassName
{
color: #AADC81;
}
.AnyTagClassName
{
color: #AADC81;
}
</style>
background-color css
<style>
a { background-color: #AADC81; }
a { background-color: rgb(170,220,129); }
div.DivClassName
{
background-color: #AADC81;
}
.BgClassName
{
background-color: #AADC81;
}
</style>
border-color css
<style>
span { border-color: #AADC81; }
span { border-color: rgb(170,220,129); }
td.TdClassName
{
border-color: #AADC81;
}
.TagClassName
{
border-color: #AADC81;
}
</style>