Shades of Feijoa #ACDB88
Tints of Feijoa #ACDB88
RGB
CMYK
RGB Variations
Color information
#ACDB88 (or 0xACDB88) is known color: Feijoa. HEX triplet: AC, DB and 88. RGB value is (172,219,136). Sum of RGB (Red+Green+Blue) = 172+219+136=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB88 is #532477. Grayscale: #C3C3C3. Windows color (decimal): -5448824 or 8969132. OLE color: 8969132.
HSL color Cylindrical-coordinate representation of color #ACDB88: hue angle of 93.98º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACDB88 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 136 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.14 |
| HSL | 93.98º | 0.54% | 0.7% | - |
| HSV(B) | 93.98º | 0.38% | 0.86% | - |
| XYZ | 46.79 | 61.21 | 32.64 | - |
| YUV | 195.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 136 | 0.21 | 0 | 0.38 | 0.14 | 93.98 | 0.54 | 0.7 |
| Hex | AC | DB | 88 | 15 | 0 | 26 | E | 5E | 36 | 46 |
| Octal | 254 | 333 | 210 | 25 | 0 | 46 | 16 | 136 | 66 | 106 |
| Binary | 10101100 | 11011011 | 10001000 | 10101 | 0 | 100110 | 1110 | 1011110 | 110110 | 1000110 |
Color Harmonies of #ACDB88
Complementary color
Monochromatic Colors of #ACDB88
Black with #ACDB88
Text Example
Text Example
White with #ACDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB88; }
p { color: rgb(172,219,136); }
H1.HeaderClassName
{
color: #ACDB88;
}
.AnyTagClassName
{
color: #ACDB88;
}
</style>
background-color css
<style>
a { background-color: #ACDB88; }
a { background-color: rgb(172,219,136); }
div.DivClassName
{
background-color: #ACDB88;
}
.BgClassName
{
background-color: #ACDB88;
}
</style>
border-color css
<style>
span { border-color: #ACDB88; }
span { border-color: rgb(172,219,136); }
td.TdClassName
{
border-color: #ACDB88;
}
.TagClassName
{
border-color: #ACDB88;
}
</style>