Shades of Feijoa #ACEF8C
Tints of Feijoa #ACEF8C
RGB
CMYK
RGB Variations
Color information
#ACEF8C (or 0xACEF8C) is known color: Feijoa. HEX triplet: AC, EF and 8C. RGB value is (172,239,140). Sum of RGB (Red+Green+Blue) = 172+239+140=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEF8C is #531073. Grayscale: #D0D0D0. Windows color (decimal): -5443700 or 9236396. OLE color: 9236396.
HSL color Cylindrical-coordinate representation of color #ACEF8C: hue angle of 100.61º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACEF8C is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 239 | 140 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.06 |
| HSL | 100.61º | 0.76% | 0.74% | - |
| HSV(B) | 100.61º | 0.41% | 0.94% | - |
| XYZ | 52.61 | 72.4 | 36.01 | - |
| YUV | 207.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 239 | 140 | 0.28 | 0 | 0.41 | 0.06 | 100.61 | 0.76 | 0.74 |
| Hex | AC | EF | 8C | 1C | 0 | 29 | 6 | 65 | 4C | 4A |
| Octal | 254 | 357 | 214 | 34 | 0 | 51 | 6 | 145 | 114 | 112 |
| Binary | 10101100 | 11101111 | 10001100 | 11100 | 0 | 101001 | 110 | 1100101 | 1001100 | 1001010 |
Color Harmonies of #ACEF8C
Complementary color
Monochromatic Colors of #ACEF8C
Black with #ACEF8C
Text Example
Text Example
White with #ACEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEF8C; }
p { color: rgb(172,239,140); }
H1.HeaderClassName
{
color: #ACEF8C;
}
.AnyTagClassName
{
color: #ACEF8C;
}
</style>
background-color css
<style>
a { background-color: #ACEF8C; }
a { background-color: rgb(172,239,140); }
div.DivClassName
{
background-color: #ACEF8C;
}
.BgClassName
{
background-color: #ACEF8C;
}
</style>
border-color css
<style>
span { border-color: #ACEF8C; }
span { border-color: rgb(172,239,140); }
td.TdClassName
{
border-color: #ACEF8C;
}
.TagClassName
{
border-color: #ACEF8C;
}
</style>