Shades of Feijoa #AACD88
Tints of Feijoa #AACD88
RGB
CMYK
RGB Variations
Color information
#AACD88 (or 0xAACD88) is known color: Feijoa. HEX triplet: AA, CD and 88. RGB value is (170,205,136). Sum of RGB (Red+Green+Blue) = 170+205+136=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD88 is #553277. Grayscale: #BABABA. Windows color (decimal): -5583480 or 8965546. OLE color: 8965546.
HSL color Cylindrical-coordinate representation of color #AACD88: hue angle of 90.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AACD88 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 136 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.20 |
| HSL | 90.43º | 0.41% | 0.67% | - |
| HSV(B) | 90.43º | 0.34% | 0.8% | - |
| XYZ | 42.85 | 53.99 | 31.45 | - |
| YUV | 186.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 136 | 0.17 | 0 | 0.34 | 0.20 | 90.43 | 0.41 | 0.67 |
| Hex | AA | CD | 88 | 11 | 0 | 22 | 14 | 5A | 29 | 43 |
| Octal | 252 | 315 | 210 | 21 | 0 | 42 | 24 | 132 | 51 | 103 |
| Binary | 10101010 | 11001101 | 10001000 | 10001 | 0 | 100010 | 10100 | 1011010 | 101001 | 1000011 |
Color Harmonies of #AACD88
Complementary color
Monochromatic Colors of #AACD88
Black with #AACD88
Text Example
Text Example
White with #AACD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD88; }
p { color: rgb(170,205,136); }
H1.HeaderClassName
{
color: #AACD88;
}
.AnyTagClassName
{
color: #AACD88;
}
</style>
background-color css
<style>
a { background-color: #AACD88; }
a { background-color: rgb(170,205,136); }
div.DivClassName
{
background-color: #AACD88;
}
.BgClassName
{
background-color: #AACD88;
}
</style>
border-color css
<style>
span { border-color: #AACD88; }
span { border-color: rgb(170,205,136); }
td.TdClassName
{
border-color: #AACD88;
}
.TagClassName
{
border-color: #AACD88;
}
</style>