Shades of Feijoa #ACEC8D
Tints of Feijoa #ACEC8D
RGB
CMYK
RGB Variations
Color information
#ACEC8D (or 0xACEC8D) is known color: Feijoa. HEX triplet: AC, EC and 8D. RGB value is (172,236,141). Sum of RGB (Red+Green+Blue) = 172+236+141=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEC8D is #531372. Grayscale: #CECECE. Windows color (decimal): -5444467 or 9301164. OLE color: 9301164.
HSL color Cylindrical-coordinate representation of color #ACEC8D: hue angle of 100.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACEC8D is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 141 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.07 |
| HSL | 100.42º | 0.71% | 0.74% | - |
| HSV(B) | 100.42º | 0.4% | 0.93% | - |
| XYZ | 51.82 | 70.68 | 36.11 | - |
| YUV | 206.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 141 | 0.27 | 0 | 0.40 | 0.07 | 100.42 | 0.71 | 0.74 |
| Hex | AC | EC | 8D | 1B | 0 | 28 | 7 | 64 | 47 | 4A |
| Octal | 254 | 354 | 215 | 33 | 0 | 50 | 7 | 144 | 107 | 112 |
| Binary | 10101100 | 11101100 | 10001101 | 11011 | 0 | 101000 | 111 | 1100100 | 1000111 | 1001010 |
Color Harmonies of #ACEC8D
Complementary color
Monochromatic Colors of #ACEC8D
Black with #ACEC8D
Text Example
Text Example
White with #ACEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEC8D; }
p { color: rgb(172,236,141); }
H1.HeaderClassName
{
color: #ACEC8D;
}
.AnyTagClassName
{
color: #ACEC8D;
}
</style>
background-color css
<style>
a { background-color: #ACEC8D; }
a { background-color: rgb(172,236,141); }
div.DivClassName
{
background-color: #ACEC8D;
}
.BgClassName
{
background-color: #ACEC8D;
}
</style>
border-color css
<style>
span { border-color: #ACEC8D; }
span { border-color: rgb(172,236,141); }
td.TdClassName
{
border-color: #ACEC8D;
}
.TagClassName
{
border-color: #ACEC8D;
}
</style>