Shades of Feijoa #AADB83
Tints of Feijoa #AADB83
RGB
CMYK
RGB Variations
Color information
#AADB83 (or 0xAADB83) is known color: Feijoa. HEX triplet: AA, DB and 83. RGB value is (170,219,131). Sum of RGB (Red+Green+Blue) = 170+219+131=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB83 is #55247C. Grayscale: #C2C2C2. Windows color (decimal): -5579901 or 8641450. OLE color: 8641450.
HSL color Cylindrical-coordinate representation of color #AADB83: hue angle of 93.41º degrees, saturation: 0.55, 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 #AADB83 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 131 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.14 |
| HSL | 93.41º | 0.55% | 0.69% | - |
| HSV(B) | 93.41º | 0.4% | 0.86% | - |
| XYZ | 46.01 | 60.85 | 30.79 | - |
| YUV | 194.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 131 | 0.22 | 0 | 0.40 | 0.14 | 93.41 | 0.55 | 0.69 |
| Hex | AA | DB | 83 | 16 | 0 | 28 | E | 5D | 37 | 45 |
| Octal | 252 | 333 | 203 | 26 | 0 | 50 | 16 | 135 | 67 | 105 |
| Binary | 10101010 | 11011011 | 10000011 | 10110 | 0 | 101000 | 1110 | 1011101 | 110111 | 1000101 |
Color Harmonies of #AADB83
Complementary color
Monochromatic Colors of #AADB83
Black with #AADB83
Text Example
Text Example
White with #AADB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB83; }
p { color: rgb(170,219,131); }
H1.HeaderClassName
{
color: #AADB83;
}
.AnyTagClassName
{
color: #AADB83;
}
</style>
background-color css
<style>
a { background-color: #AADB83; }
a { background-color: rgb(170,219,131); }
div.DivClassName
{
background-color: #AADB83;
}
.BgClassName
{
background-color: #AADB83;
}
</style>
border-color css
<style>
span { border-color: #AADB83; }
span { border-color: rgb(170,219,131); }
td.TdClassName
{
border-color: #AADB83;
}
.TagClassName
{
border-color: #AADB83;
}
</style>