Shades of Feijoa #AACD8F
Tints of Feijoa #AACD8F
RGB
CMYK
RGB Variations
Color information
#AACD8F (or 0xAACD8F) is known color: Feijoa. HEX triplet: AA, CD and 8F. RGB value is (170,205,143). Sum of RGB (Red+Green+Blue) = 170+205+143=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD8F is #553270. Grayscale: #BBBBBB. Windows color (decimal): -5583473 or 9424298. OLE color: 9424298.
HSL color Cylindrical-coordinate representation of color #AACD8F: hue angle of 93.87º 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 #AACD8F is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 143 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.20 |
| HSL | 93.87º | 0.38% | 0.68% | - |
| HSV(B) | 93.87º | 0.3% | 0.8% | - |
| XYZ | 43.37 | 54.19 | 34.16 | - |
| YUV | 187.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 143 | 0.17 | 0 | 0.30 | 0.20 | 93.87 | 0.38 | 0.68 |
| Hex | AA | CD | 8F | 11 | 0 | 1E | 14 | 5E | 26 | 44 |
| Octal | 252 | 315 | 217 | 21 | 0 | 36 | 24 | 136 | 46 | 104 |
| Binary | 10101010 | 11001101 | 10001111 | 10001 | 0 | 11110 | 10100 | 1011110 | 100110 | 1000100 |
Color Harmonies of #AACD8F
Complementary color
Monochromatic Colors of #AACD8F
Black with #AACD8F
Text Example
Text Example
White with #AACD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD8F; }
p { color: rgb(170,205,143); }
H1.HeaderClassName
{
color: #AACD8F;
}
.AnyTagClassName
{
color: #AACD8F;
}
</style>
background-color css
<style>
a { background-color: #AACD8F; }
a { background-color: rgb(170,205,143); }
div.DivClassName
{
background-color: #AACD8F;
}
.BgClassName
{
background-color: #AACD8F;
}
</style>
border-color css
<style>
span { border-color: #AACD8F; }
span { border-color: rgb(170,205,143); }
td.TdClassName
{
border-color: #AACD8F;
}
.TagClassName
{
border-color: #AACD8F;
}
</style>