Shades of Feijoa #ACD278
Tints of Feijoa #ACD278
RGB
CMYK
RGB Variations
Color information
#ACD278 (or 0xACD278) is known color: Feijoa. HEX triplet: AC, D2 and 78. RGB value is (172,210,120). Sum of RGB (Red+Green+Blue) = 172+210+120=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD278 is #532D87. Grayscale: #BCBCBC. Windows color (decimal): -5451144 or 7918252. OLE color: 7918252.
HSL color Cylindrical-coordinate representation of color #ACD278: hue angle of 85.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD278 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 120 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.18 |
| HSL | 85.33º | 0.5% | 0.65% | - |
| HSV(B) | 85.33º | 0.43% | 0.82% | - |
| XYZ | 43.45 | 56.22 | 26.33 | - |
| YUV | 188.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 120 | 0.18 | 0 | 0.43 | 0.18 | 85.33 | 0.5 | 0.65 |
| Hex | AC | D2 | 78 | 12 | 0 | 2B | 12 | 55 | 32 | 41 |
| Octal | 254 | 322 | 170 | 22 | 0 | 53 | 22 | 125 | 62 | 101 |
| Binary | 10101100 | 11010010 | 1111000 | 10010 | 0 | 101011 | 10010 | 1010101 | 110010 | 1000001 |
Color Harmonies of #ACD278
Complementary color
Monochromatic Colors of #ACD278
Black with #ACD278
Text Example
Text Example
White with #ACD278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD278; }
p { color: rgb(172,210,120); }
H1.HeaderClassName
{
color: #ACD278;
}
.AnyTagClassName
{
color: #ACD278;
}
</style>
background-color css
<style>
a { background-color: #ACD278; }
a { background-color: rgb(172,210,120); }
div.DivClassName
{
background-color: #ACD278;
}
.BgClassName
{
background-color: #ACD278;
}
</style>
border-color css
<style>
span { border-color: #ACD278; }
span { border-color: rgb(172,210,120); }
td.TdClassName
{
border-color: #ACD278;
}
.TagClassName
{
border-color: #ACD278;
}
</style>