Shades of Feijoa #ACD78D
Tints of Feijoa #ACD78D
RGB
CMYK
RGB Variations
Color information
#ACD78D (or 0xACD78D) is known color: Feijoa. HEX triplet: AC, D7 and 8D. RGB value is (172,215,141). Sum of RGB (Red+Green+Blue) = 172+215+141=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD78D is #532872. Grayscale: #C1C1C1. Windows color (decimal): -5449843 or 9295788. OLE color: 9295788.
HSL color Cylindrical-coordinate representation of color #ACD78D: hue angle of 94.86º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACD78D is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 141 | - |
| CMYK | 0.2 | 0 | 0.34 | 0.16 |
| HSL | 94.86º | 0.48% | 0.7% | - |
| HSV(B) | 94.86º | 0.34% | 0.84% | - |
| XYZ | 46.12 | 59.29 | 34.21 | - |
| YUV | 193.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 141 | 0.2 | 0 | 0.34 | 0.16 | 94.86 | 0.48 | 0.7 |
| Hex | AC | D7 | 8D | 14 | 0 | 22 | 10 | 5F | 30 | 46 |
| Octal | 254 | 327 | 215 | 24 | 0 | 42 | 20 | 137 | 60 | 106 |
| Binary | 10101100 | 11010111 | 10001101 | 10100 | 0 | 100010 | 10000 | 1011111 | 110000 | 1000110 |
Color Harmonies of #ACD78D
Complementary color
Monochromatic Colors of #ACD78D
Black with #ACD78D
Text Example
Text Example
White with #ACD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD78D; }
p { color: rgb(172,215,141); }
H1.HeaderClassName
{
color: #ACD78D;
}
.AnyTagClassName
{
color: #ACD78D;
}
</style>
background-color css
<style>
a { background-color: #ACD78D; }
a { background-color: rgb(172,215,141); }
div.DivClassName
{
background-color: #ACD78D;
}
.BgClassName
{
background-color: #ACD78D;
}
</style>
border-color css
<style>
span { border-color: #ACD78D; }
span { border-color: rgb(172,215,141); }
td.TdClassName
{
border-color: #ACD78D;
}
.TagClassName
{
border-color: #ACD78D;
}
</style>