Shades of Feijoa #ACF886
Tints of Feijoa #ACF886
RGB
CMYK
RGB Variations
Color information
#ACF886 (or 0xACF886) is known color: Feijoa. HEX triplet: AC, F8 and 86. RGB value is (172,248,134). Sum of RGB (Red+Green+Blue) = 172+248+134=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF886 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF886 is #530779. Grayscale: #D4D4D4. Windows color (decimal): -5441402 or 8845484. OLE color: 8845484.
HSL color Cylindrical-coordinate representation of color #ACF886: hue angle of 100º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF886 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 134 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.03 |
| HSL | 100º | 0.89% | 0.75% | - |
| HSV(B) | 100º | 0.46% | 0.97% | - |
| XYZ | 54.88 | 77.63 | 34.65 | - |
| YUV | 212.28 | 83.82 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 134 | 0.31 | 0 | 0.46 | 0.03 | 100 | 0.89 | 0.75 |
| Hex | AC | F8 | 86 | 1F | 0 | 2E | 3 | 64 | 59 | 4B |
| Octal | 254 | 370 | 206 | 37 | 0 | 56 | 3 | 144 | 131 | 113 |
| Binary | 10101100 | 11111000 | 10000110 | 11111 | 0 | 101110 | 11 | 1100100 | 1011001 | 1001011 |
Color Harmonies of #ACF886
Complementary color
Monochromatic Colors of #ACF886
Black with #ACF886
Text Example
Text Example
White with #ACF886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF886; }
p { color: rgb(172,248,134); }
H1.HeaderClassName
{
color: #ACF886;
}
.AnyTagClassName
{
color: #ACF886;
}
</style>
background-color css
<style>
a { background-color: #ACF886; }
a { background-color: rgb(172,248,134); }
div.DivClassName
{
background-color: #ACF886;
}
.BgClassName
{
background-color: #ACF886;
}
</style>
border-color css
<style>
span { border-color: #ACF886; }
span { border-color: rgb(172,248,134); }
td.TdClassName
{
border-color: #ACF886;
}
.TagClassName
{
border-color: #ACF886;
}
</style>