Shades of Feijoa #ACD978
Tints of Feijoa #ACD978
RGB
CMYK
RGB Variations
Color information
#ACD978 (or 0xACD978) is known color: Feijoa. HEX triplet: AC, D9 and 78. RGB value is (172,217,120). Sum of RGB (Red+Green+Blue) = 172+217+120=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD978 is #532687. Grayscale: #C0C0C0. Windows color (decimal): -5449352 or 7920044. OLE color: 7920044.
HSL color Cylindrical-coordinate representation of color #ACD978: hue angle of 87.84º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACD978 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 120 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.15 |
| HSL | 87.84º | 0.56% | 0.66% | - |
| HSV(B) | 87.84º | 0.45% | 0.85% | - |
| XYZ | 45.22 | 59.75 | 26.92 | - |
| YUV | 192.49 | 87.09 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 120 | 0.21 | 0 | 0.45 | 0.15 | 87.84 | 0.56 | 0.66 |
| Hex | AC | D9 | 78 | 15 | 0 | 2D | F | 58 | 38 | 42 |
| Octal | 254 | 331 | 170 | 25 | 0 | 55 | 17 | 130 | 70 | 102 |
| Binary | 10101100 | 11011001 | 1111000 | 10101 | 0 | 101101 | 1111 | 1011000 | 111000 | 1000010 |
Color Harmonies of #ACD978
Complementary color
Monochromatic Colors of #ACD978
Black with #ACD978
Text Example
Text Example
White with #ACD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD978; }
p { color: rgb(172,217,120); }
H1.HeaderClassName
{
color: #ACD978;
}
.AnyTagClassName
{
color: #ACD978;
}
</style>
background-color css
<style>
a { background-color: #ACD978; }
a { background-color: rgb(172,217,120); }
div.DivClassName
{
background-color: #ACD978;
}
.BgClassName
{
background-color: #ACD978;
}
</style>
border-color css
<style>
span { border-color: #ACD978; }
span { border-color: rgb(172,217,120); }
td.TdClassName
{
border-color: #ACD978;
}
.TagClassName
{
border-color: #ACD978;
}
</style>