Shades of Feijoa #ACD78C
Tints of Feijoa #ACD78C
RGB
CMYK
RGB Variations
Color information
#ACD78C (or 0xACD78C) is known color: Feijoa. HEX triplet: AC, D7 and 8C. RGB value is (172,215,140). Sum of RGB (Red+Green+Blue) = 172+215+140=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD78C is #532873. Grayscale: #C1C1C1. Windows color (decimal): -5449844 or 9230252. OLE color: 9230252.
HSL color Cylindrical-coordinate representation of color #ACD78C: hue angle of 94.4º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACD78C is Cyan = 0.2, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 140 | - |
| CMYK | 0.2 | 0 | 0.35 | 0.16 |
| HSL | 94.4º | 0.48% | 0.7% | - |
| HSV(B) | 94.4º | 0.35% | 0.84% | - |
| XYZ | 46.05 | 59.26 | 33.82 | - |
| YUV | 193.59 | 97.75 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 140 | 0.2 | 0 | 0.35 | 0.16 | 94.4 | 0.48 | 0.7 |
| Hex | AC | D7 | 8C | 14 | 0 | 23 | 10 | 5E | 30 | 46 |
| Octal | 254 | 327 | 214 | 24 | 0 | 43 | 20 | 136 | 60 | 106 |
| Binary | 10101100 | 11010111 | 10001100 | 10100 | 0 | 100011 | 10000 | 1011110 | 110000 | 1000110 |
Color Harmonies of #ACD78C
Complementary color
Monochromatic Colors of #ACD78C
Black with #ACD78C
Text Example
Text Example
White with #ACD78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD78C; }
p { color: rgb(172,215,140); }
H1.HeaderClassName
{
color: #ACD78C;
}
.AnyTagClassName
{
color: #ACD78C;
}
</style>
background-color css
<style>
a { background-color: #ACD78C; }
a { background-color: rgb(172,215,140); }
div.DivClassName
{
background-color: #ACD78C;
}
.BgClassName
{
background-color: #ACD78C;
}
</style>
border-color css
<style>
span { border-color: #ACD78C; }
span { border-color: rgb(172,215,140); }
td.TdClassName
{
border-color: #ACD78C;
}
.TagClassName
{
border-color: #ACD78C;
}
</style>