Shades of Feijoa #AACD8E
Tints of Feijoa #AACD8E
RGB
CMYK
RGB Variations
Color information
#AACD8E (or 0xAACD8E) is known color: Feijoa. HEX triplet: AA, CD and 8E. RGB value is (170,205,142). Sum of RGB (Red+Green+Blue) = 170+205+142=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD8E is #553271. Grayscale: #BBBBBB. Windows color (decimal): -5583474 or 9358762. OLE color: 9358762.
HSL color Cylindrical-coordinate representation of color #AACD8E: hue angle of 93.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACD8E is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 142 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.20 |
| HSL | 93.33º | 0.39% | 0.68% | - |
| HSV(B) | 93.33º | 0.31% | 0.8% | - |
| XYZ | 43.29 | 54.16 | 33.76 | - |
| YUV | 187.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 142 | 0.17 | 0 | 0.31 | 0.20 | 93.33 | 0.39 | 0.68 |
| Hex | AA | CD | 8E | 11 | 0 | 1F | 14 | 5D | 27 | 44 |
| Octal | 252 | 315 | 216 | 21 | 0 | 37 | 24 | 135 | 47 | 104 |
| Binary | 10101010 | 11001101 | 10001110 | 10001 | 0 | 11111 | 10100 | 1011101 | 100111 | 1000100 |
Color Harmonies of #AACD8E
Complementary color
Monochromatic Colors of #AACD8E
Black with #AACD8E
Text Example
Text Example
White with #AACD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD8E; }
p { color: rgb(170,205,142); }
H1.HeaderClassName
{
color: #AACD8E;
}
.AnyTagClassName
{
color: #AACD8E;
}
</style>
background-color css
<style>
a { background-color: #AACD8E; }
a { background-color: rgb(170,205,142); }
div.DivClassName
{
background-color: #AACD8E;
}
.BgClassName
{
background-color: #AACD8E;
}
</style>
border-color css
<style>
span { border-color: #AACD8E; }
span { border-color: rgb(170,205,142); }
td.TdClassName
{
border-color: #AACD8E;
}
.TagClassName
{
border-color: #AACD8E;
}
</style>