Shades of Feijoa #ACEC8C
Tints of Feijoa #ACEC8C
RGB
CMYK
RGB Variations
Color information
#ACEC8C (or 0xACEC8C) is known color: Feijoa. HEX triplet: AC, EC and 8C. RGB value is (172,236,140). Sum of RGB (Red+Green+Blue) = 172+236+140=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEC8C is #531373. Grayscale: #CECECE. Windows color (decimal): -5444468 or 9235628. OLE color: 9235628.
HSL color Cylindrical-coordinate representation of color #ACEC8C: hue angle of 100º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACEC8C is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 140 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.07 |
| HSL | 100º | 0.72% | 0.74% | - |
| HSV(B) | 100º | 0.41% | 0.93% | - |
| XYZ | 51.74 | 70.66 | 35.72 | - |
| YUV | 205.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 140 | 0.27 | 0 | 0.41 | 0.07 | 100 | 0.72 | 0.74 |
| Hex | AC | EC | 8C | 1B | 0 | 29 | 7 | 64 | 48 | 4A |
| Octal | 254 | 354 | 214 | 33 | 0 | 51 | 7 | 144 | 110 | 112 |
| Binary | 10101100 | 11101100 | 10001100 | 11011 | 0 | 101001 | 111 | 1100100 | 1001000 | 1001010 |
Color Harmonies of #ACEC8C
Complementary color
Monochromatic Colors of #ACEC8C
Black with #ACEC8C
Text Example
Text Example
White with #ACEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEC8C; }
p { color: rgb(172,236,140); }
H1.HeaderClassName
{
color: #ACEC8C;
}
.AnyTagClassName
{
color: #ACEC8C;
}
</style>
background-color css
<style>
a { background-color: #ACEC8C; }
a { background-color: rgb(172,236,140); }
div.DivClassName
{
background-color: #ACEC8C;
}
.BgClassName
{
background-color: #ACEC8C;
}
</style>
border-color css
<style>
span { border-color: #ACEC8C; }
span { border-color: rgb(172,236,140); }
td.TdClassName
{
border-color: #ACEC8C;
}
.TagClassName
{
border-color: #ACEC8C;
}
</style>