Shades of Feijoa #ACDD76
Tints of Feijoa #ACDD76
RGB
CMYK
RGB Variations
Color information
#ACDD76 (or 0xACDD76) is known color: Feijoa. HEX triplet: AC, DD and 76. RGB value is (172,221,118). Sum of RGB (Red+Green+Blue) = 172+221+118=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD76 is #532289. Grayscale: #C2C2C2. Windows color (decimal): -5448330 or 7789996. OLE color: 7789996.
HSL color Cylindrical-coordinate representation of color #ACDD76: hue angle of 88.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACDD76 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 118 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.13 |
| HSL | 88.54º | 0.6% | 0.66% | - |
| HSV(B) | 88.54º | 0.47% | 0.87% | - |
| XYZ | 46.14 | 61.79 | 26.63 | - |
| YUV | 194.61 | 84.77 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 118 | 0.22 | 0 | 0.47 | 0.13 | 88.54 | 0.6 | 0.66 |
| Hex | AC | DD | 76 | 16 | 0 | 2F | D | 59 | 3C | 42 |
| Octal | 254 | 335 | 166 | 26 | 0 | 57 | 15 | 131 | 74 | 102 |
| Binary | 10101100 | 11011101 | 1110110 | 10110 | 0 | 101111 | 1101 | 1011001 | 111100 | 1000010 |
Color Harmonies of #ACDD76
Complementary color
Monochromatic Colors of #ACDD76
Black with #ACDD76
Text Example
Text Example
White with #ACDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD76; }
p { color: rgb(172,221,118); }
H1.HeaderClassName
{
color: #ACDD76;
}
.AnyTagClassName
{
color: #ACDD76;
}
</style>
background-color css
<style>
a { background-color: #ACDD76; }
a { background-color: rgb(172,221,118); }
div.DivClassName
{
background-color: #ACDD76;
}
.BgClassName
{
background-color: #ACDD76;
}
</style>
border-color css
<style>
span { border-color: #ACDD76; }
span { border-color: rgb(172,221,118); }
td.TdClassName
{
border-color: #ACDD76;
}
.TagClassName
{
border-color: #ACDD76;
}
</style>