Shades of Feijoa #ACDB79
Tints of Feijoa #ACDB79
RGB
CMYK
RGB Variations
Color information
#ACDB79 (or 0xACDB79) is known color: Feijoa. HEX triplet: AC, DB and 79. RGB value is (172,219,121). Sum of RGB (Red+Green+Blue) = 172+219+121=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB79 is #532486. Grayscale: #C2C2C2. Windows color (decimal): -5448839 or 7986092. OLE color: 7986092.
HSL color Cylindrical-coordinate representation of color #ACDB79: hue angle of 88.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACDB79 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 121 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.14 |
| HSL | 88.78º | 0.58% | 0.67% | - |
| HSV(B) | 88.78º | 0.45% | 0.86% | - |
| XYZ | 45.8 | 60.81 | 27.41 | - |
| YUV | 193.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 121 | 0.21 | 0 | 0.45 | 0.14 | 88.78 | 0.58 | 0.67 |
| Hex | AC | DB | 79 | 15 | 0 | 2D | E | 59 | 3A | 43 |
| Octal | 254 | 333 | 171 | 25 | 0 | 55 | 16 | 131 | 72 | 103 |
| Binary | 10101100 | 11011011 | 1111001 | 10101 | 0 | 101101 | 1110 | 1011001 | 111010 | 1000011 |
Color Harmonies of #ACDB79
Complementary color
Monochromatic Colors of #ACDB79
Black with #ACDB79
Text Example
Text Example
White with #ACDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB79; }
p { color: rgb(172,219,121); }
H1.HeaderClassName
{
color: #ACDB79;
}
.AnyTagClassName
{
color: #ACDB79;
}
</style>
background-color css
<style>
a { background-color: #ACDB79; }
a { background-color: rgb(172,219,121); }
div.DivClassName
{
background-color: #ACDB79;
}
.BgClassName
{
background-color: #ACDB79;
}
</style>
border-color css
<style>
span { border-color: #ACDB79; }
span { border-color: rgb(172,219,121); }
td.TdClassName
{
border-color: #ACDB79;
}
.TagClassName
{
border-color: #ACDB79;
}
</style>