Shades of Feijoa #ACD88D
Tints of Feijoa #ACD88D
RGB
CMYK
RGB Variations
Color information
#ACD88D (or 0xACD88D) is known color: Feijoa. HEX triplet: AC, D8 and 8D. RGB value is (172,216,141). Sum of RGB (Red+Green+Blue) = 172+216+141=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD88D is #532772. Grayscale: #C2C2C2. Windows color (decimal): -5449587 or 9296044. OLE color: 9296044.
HSL color Cylindrical-coordinate representation of color #ACD88D: hue angle of 95.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACD88D is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 141 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.15 |
| HSL | 95.2º | 0.49% | 0.7% | - |
| HSV(B) | 95.2º | 0.35% | 0.85% | - |
| XYZ | 46.38 | 59.81 | 34.3 | - |
| YUV | 194.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 141 | 0.20 | 0 | 0.35 | 0.15 | 95.2 | 0.49 | 0.7 |
| Hex | AC | D8 | 8D | 14 | 0 | 23 | F | 5F | 31 | 46 |
| Octal | 254 | 330 | 215 | 24 | 0 | 43 | 17 | 137 | 61 | 106 |
| Binary | 10101100 | 11011000 | 10001101 | 10100 | 0 | 100011 | 1111 | 1011111 | 110001 | 1000110 |
Color Harmonies of #ACD88D
Complementary color
Monochromatic Colors of #ACD88D
Black with #ACD88D
Text Example
Text Example
White with #ACD88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD88D; }
p { color: rgb(172,216,141); }
H1.HeaderClassName
{
color: #ACD88D;
}
.AnyTagClassName
{
color: #ACD88D;
}
</style>
background-color css
<style>
a { background-color: #ACD88D; }
a { background-color: rgb(172,216,141); }
div.DivClassName
{
background-color: #ACD88D;
}
.BgClassName
{
background-color: #ACD88D;
}
</style>
border-color css
<style>
span { border-color: #ACD88D; }
span { border-color: rgb(172,216,141); }
td.TdClassName
{
border-color: #ACD88D;
}
.TagClassName
{
border-color: #ACD88D;
}
</style>