Shades of Feijoa #ACD778
Tints of Feijoa #ACD778
RGB
CMYK
RGB Variations
Color information
#ACD778 (or 0xACD778) is known color: Feijoa. HEX triplet: AC, D7 and 78. RGB value is (172,215,120). Sum of RGB (Red+Green+Blue) = 172+215+120=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD778 is #532887. Grayscale: #BFBFBF. Windows color (decimal): -5449864 or 7919532. OLE color: 7919532.
HSL color Cylindrical-coordinate representation of color #ACD778: hue angle of 87.16º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACD778 is Cyan = 0.2, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 120 | - |
| CMYK | 0.2 | 0 | 0.44 | 0.16 |
| HSL | 87.16º | 0.54% | 0.66% | - |
| HSV(B) | 87.16º | 0.44% | 0.84% | - |
| XYZ | 44.7 | 58.73 | 26.75 | - |
| YUV | 191.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 120 | 0.2 | 0 | 0.44 | 0.16 | 87.16 | 0.54 | 0.66 |
| Hex | AC | D7 | 78 | 14 | 0 | 2C | 10 | 57 | 36 | 42 |
| Octal | 254 | 327 | 170 | 24 | 0 | 54 | 20 | 127 | 66 | 102 |
| Binary | 10101100 | 11010111 | 1111000 | 10100 | 0 | 101100 | 10000 | 1010111 | 110110 | 1000010 |
Color Harmonies of #ACD778
Complementary color
Monochromatic Colors of #ACD778
Black with #ACD778
Text Example
Text Example
White with #ACD778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD778; }
p { color: rgb(172,215,120); }
H1.HeaderClassName
{
color: #ACD778;
}
.AnyTagClassName
{
color: #ACD778;
}
</style>
background-color css
<style>
a { background-color: #ACD778; }
a { background-color: rgb(172,215,120); }
div.DivClassName
{
background-color: #ACD778;
}
.BgClassName
{
background-color: #ACD778;
}
</style>
border-color css
<style>
span { border-color: #ACD778; }
span { border-color: rgb(172,215,120); }
td.TdClassName
{
border-color: #ACD778;
}
.TagClassName
{
border-color: #ACD778;
}
</style>