Shades of Feijoa #ACD888
Tints of Feijoa #ACD888
RGB
CMYK
RGB Variations
Color information
#ACD888 (or 0xACD888) is known color: Feijoa. HEX triplet: AC, D8 and 88. RGB value is (172,216,136). Sum of RGB (Red+Green+Blue) = 172+216+136=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD888 is #532777. Grayscale: #C2C2C2. Windows color (decimal): -5449592 or 8968364. OLE color: 8968364.
HSL color Cylindrical-coordinate representation of color #ACD888: hue angle of 93º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACD888 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 136 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.15 |
| HSL | 93º | 0.51% | 0.69% | - |
| HSV(B) | 93º | 0.37% | 0.85% | - |
| XYZ | 46.01 | 59.66 | 32.38 | - |
| YUV | 193.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 136 | 0.20 | 0 | 0.37 | 0.15 | 93 | 0.51 | 0.69 |
| Hex | AC | D8 | 88 | 14 | 0 | 25 | F | 5D | 33 | 45 |
| Octal | 254 | 330 | 210 | 24 | 0 | 45 | 17 | 135 | 63 | 105 |
| Binary | 10101100 | 11011000 | 10001000 | 10100 | 0 | 100101 | 1111 | 1011101 | 110011 | 1000101 |
Color Harmonies of #ACD888
Complementary color
Monochromatic Colors of #ACD888
Black with #ACD888
Text Example
Text Example
White with #ACD888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD888; }
p { color: rgb(172,216,136); }
H1.HeaderClassName
{
color: #ACD888;
}
.AnyTagClassName
{
color: #ACD888;
}
</style>
background-color css
<style>
a { background-color: #ACD888; }
a { background-color: rgb(172,216,136); }
div.DivClassName
{
background-color: #ACD888;
}
.BgClassName
{
background-color: #ACD888;
}
</style>
border-color css
<style>
span { border-color: #ACD888; }
span { border-color: rgb(172,216,136); }
td.TdClassName
{
border-color: #ACD888;
}
.TagClassName
{
border-color: #ACD888;
}
</style>