Shades of Feijoa #ACDB84
Tints of Feijoa #ACDB84
RGB
CMYK
RGB Variations
Color information
#ACDB84 (or 0xACDB84) is known color: Feijoa. HEX triplet: AC, DB and 84. RGB value is (172,219,132). Sum of RGB (Red+Green+Blue) = 172+219+132=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB84 is #53247B. Grayscale: #C3C3C3. Windows color (decimal): -5448828 or 8706988. OLE color: 8706988.
HSL color Cylindrical-coordinate representation of color #ACDB84: hue angle of 92.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACDB84 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 132 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.14 |
| HSL | 92.41º | 0.55% | 0.69% | - |
| HSV(B) | 92.41º | 0.4% | 0.86% | - |
| XYZ | 46.51 | 61.1 | 31.17 | - |
| YUV | 195.03 | 92.43 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 132 | 0.21 | 0 | 0.40 | 0.14 | 92.41 | 0.55 | 0.69 |
| Hex | AC | DB | 84 | 15 | 0 | 28 | E | 5C | 37 | 45 |
| Octal | 254 | 333 | 204 | 25 | 0 | 50 | 16 | 134 | 67 | 105 |
| Binary | 10101100 | 11011011 | 10000100 | 10101 | 0 | 101000 | 1110 | 1011100 | 110111 | 1000101 |
Color Harmonies of #ACDB84
Complementary color
Monochromatic Colors of #ACDB84
Black with #ACDB84
Text Example
Text Example
White with #ACDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB84; }
p { color: rgb(172,219,132); }
H1.HeaderClassName
{
color: #ACDB84;
}
.AnyTagClassName
{
color: #ACDB84;
}
</style>
background-color css
<style>
a { background-color: #ACDB84; }
a { background-color: rgb(172,219,132); }
div.DivClassName
{
background-color: #ACDB84;
}
.BgClassName
{
background-color: #ACDB84;
}
</style>
border-color css
<style>
span { border-color: #ACDB84; }
span { border-color: rgb(172,219,132); }
td.TdClassName
{
border-color: #ACDB84;
}
.TagClassName
{
border-color: #ACDB84;
}
</style>