Shades of Feijoa #AADF88
Tints of Feijoa #AADF88
RGB
CMYK
RGB Variations
Color information
#AADF88 (or 0xAADF88) is known color: Feijoa. HEX triplet: AA, DF and 88. RGB value is (170,223,136). Sum of RGB (Red+Green+Blue) = 170+223+136=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF88 is #552077. Grayscale: #C5C5C5. Windows color (decimal): -5578872 or 8970154. OLE color: 8970154.
HSL color Cylindrical-coordinate representation of color #AADF88: hue angle of 96.55º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AADF88 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 136 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.13 |
| HSL | 96.55º | 0.58% | 0.7% | - |
| HSV(B) | 96.55º | 0.39% | 0.87% | - |
| XYZ | 47.41 | 63.1 | 32.97 | - |
| YUV | 197.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 136 | 0.24 | 0 | 0.39 | 0.13 | 96.55 | 0.58 | 0.7 |
| Hex | AA | DF | 88 | 18 | 0 | 27 | D | 61 | 3A | 46 |
| Octal | 252 | 337 | 210 | 30 | 0 | 47 | 15 | 141 | 72 | 106 |
| Binary | 10101010 | 11011111 | 10001000 | 11000 | 0 | 100111 | 1101 | 1100001 | 111010 | 1000110 |
Color Harmonies of #AADF88
Complementary color
Monochromatic Colors of #AADF88
Black with #AADF88
Text Example
Text Example
White with #AADF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF88; }
p { color: rgb(170,223,136); }
H1.HeaderClassName
{
color: #AADF88;
}
.AnyTagClassName
{
color: #AADF88;
}
</style>
background-color css
<style>
a { background-color: #AADF88; }
a { background-color: rgb(170,223,136); }
div.DivClassName
{
background-color: #AADF88;
}
.BgClassName
{
background-color: #AADF88;
}
</style>
border-color css
<style>
span { border-color: #AADF88; }
span { border-color: rgb(170,223,136); }
td.TdClassName
{
border-color: #AADF88;
}
.TagClassName
{
border-color: #AADF88;
}
</style>