Shades of Feijoa #ACDB8B
Tints of Feijoa #ACDB8B
RGB
CMYK
RGB Variations
Color information
#ACDB8B (or 0xACDB8B) is known color: Feijoa. HEX triplet: AC, DB and 8B. RGB value is (172,219,139). Sum of RGB (Red+Green+Blue) = 172+219+139=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB8B is #532474. Grayscale: #C4C4C4. Windows color (decimal): -5448821 or 9165740. OLE color: 9165740.
HSL color Cylindrical-coordinate representation of color #ACDB8B: hue angle of 95.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACDB8B is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 139 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.14 |
| HSL | 95.25º | 0.53% | 0.7% | - |
| HSV(B) | 95.25º | 0.37% | 0.86% | - |
| XYZ | 47 | 61.3 | 33.78 | - |
| YUV | 195.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 139 | 0.21 | 0 | 0.37 | 0.14 | 95.25 | 0.53 | 0.7 |
| Hex | AC | DB | 8B | 15 | 0 | 25 | E | 5F | 35 | 46 |
| Octal | 254 | 333 | 213 | 25 | 0 | 45 | 16 | 137 | 65 | 106 |
| Binary | 10101100 | 11011011 | 10001011 | 10101 | 0 | 100101 | 1110 | 1011111 | 110101 | 1000110 |
Color Harmonies of #ACDB8B
Complementary color
Monochromatic Colors of #ACDB8B
Black with #ACDB8B
Text Example
Text Example
White with #ACDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB8B; }
p { color: rgb(172,219,139); }
H1.HeaderClassName
{
color: #ACDB8B;
}
.AnyTagClassName
{
color: #ACDB8B;
}
</style>
background-color css
<style>
a { background-color: #ACDB8B; }
a { background-color: rgb(172,219,139); }
div.DivClassName
{
background-color: #ACDB8B;
}
.BgClassName
{
background-color: #ACDB8B;
}
</style>
border-color css
<style>
span { border-color: #ACDB8B; }
span { border-color: rgb(172,219,139); }
td.TdClassName
{
border-color: #ACDB8B;
}
.TagClassName
{
border-color: #ACDB8B;
}
</style>