Shades of Feijoa #AACD90
Tints of Feijoa #AACD90
RGB
CMYK
RGB Variations
Color information
#AACD90 (or 0xAACD90) is known color: Feijoa. HEX triplet: AA, CD and 90. RGB value is (170,205,144). Sum of RGB (Red+Green+Blue) = 170+205+144=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD90 is #55326F. Grayscale: #BBBBBB. Windows color (decimal): -5583472 or 9489834. OLE color: 9489834.
HSL color Cylindrical-coordinate representation of color #AACD90: hue angle of 94.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACD90 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 144 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.20 |
| HSL | 94.43º | 0.38% | 0.68% | - |
| HSV(B) | 94.43º | 0.3% | 0.8% | - |
| XYZ | 43.44 | 54.22 | 34.56 | - |
| YUV | 187.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 144 | 0.17 | 0 | 0.30 | 0.20 | 94.43 | 0.38 | 0.68 |
| Hex | AA | CD | 90 | 11 | 0 | 1E | 14 | 5E | 26 | 44 |
| Octal | 252 | 315 | 220 | 21 | 0 | 36 | 24 | 136 | 46 | 104 |
| Binary | 10101010 | 11001101 | 10010000 | 10001 | 0 | 11110 | 10100 | 1011110 | 100110 | 1000100 |
Color Harmonies of #AACD90
Complementary color
Monochromatic Colors of #AACD90
Black with #AACD90
Text Example
Text Example
White with #AACD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD90; }
p { color: rgb(170,205,144); }
H1.HeaderClassName
{
color: #AACD90;
}
.AnyTagClassName
{
color: #AACD90;
}
</style>
background-color css
<style>
a { background-color: #AACD90; }
a { background-color: rgb(170,205,144); }
div.DivClassName
{
background-color: #AACD90;
}
.BgClassName
{
background-color: #AACD90;
}
</style>
border-color css
<style>
span { border-color: #AACD90; }
span { border-color: rgb(170,205,144); }
td.TdClassName
{
border-color: #AACD90;
}
.TagClassName
{
border-color: #AACD90;
}
</style>