Shades of Feijoa #ACD188
Tints of Feijoa #ACD188
RGB
CMYK
RGB Variations
Color information
#ACD188 (or 0xACD188) is known color: Feijoa. HEX triplet: AC, D1 and 88. RGB value is (172,209,136). Sum of RGB (Red+Green+Blue) = 172+209+136=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD188 is #532E77. Grayscale: #BDBDBD. Windows color (decimal): -5451384 or 8966572. OLE color: 8966572.
HSL color Cylindrical-coordinate representation of color #ACD188: hue angle of 90.41º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACD188 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 136 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.18 |
| HSL | 90.41º | 0.44% | 0.68% | - |
| HSV(B) | 90.41º | 0.35% | 0.82% | - |
| XYZ | 44.26 | 56.15 | 31.8 | - |
| YUV | 189.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 136 | 0.18 | 0 | 0.35 | 0.18 | 90.41 | 0.44 | 0.68 |
| Hex | AC | D1 | 88 | 12 | 0 | 23 | 12 | 5A | 2C | 44 |
| Octal | 254 | 321 | 210 | 22 | 0 | 43 | 22 | 132 | 54 | 104 |
| Binary | 10101100 | 11010001 | 10001000 | 10010 | 0 | 100011 | 10010 | 1011010 | 101100 | 1000100 |
Color Harmonies of #ACD188
Complementary color
Monochromatic Colors of #ACD188
Black with #ACD188
Text Example
Text Example
White with #ACD188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD188; }
p { color: rgb(172,209,136); }
H1.HeaderClassName
{
color: #ACD188;
}
.AnyTagClassName
{
color: #ACD188;
}
</style>
background-color css
<style>
a { background-color: #ACD188; }
a { background-color: rgb(172,209,136); }
div.DivClassName
{
background-color: #ACD188;
}
.BgClassName
{
background-color: #ACD188;
}
</style>
border-color css
<style>
span { border-color: #ACD188; }
span { border-color: rgb(172,209,136); }
td.TdClassName
{
border-color: #ACD188;
}
.TagClassName
{
border-color: #ACD188;
}
</style>