Shades of Feijoa #ACF186
Tints of Feijoa #ACF186
RGB
CMYK
RGB Variations
Color information
#ACF186 (or 0xACF186) is known color: Feijoa. HEX triplet: AC, F1 and 86. RGB value is (172,241,134). Sum of RGB (Red+Green+Blue) = 172+241+134=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF186 is #530E79. Grayscale: #D0D0D0. Windows color (decimal): -5443194 or 8843692. OLE color: 8843692.
HSL color Cylindrical-coordinate representation of color #ACF186: hue angle of 98.69º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF186 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 134 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.05 |
| HSL | 98.69º | 0.79% | 0.74% | - |
| HSV(B) | 98.69º | 0.44% | 0.95% | - |
| XYZ | 52.77 | 73.4 | 33.94 | - |
| YUV | 208.17 | 86.14 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 134 | 0.29 | 0 | 0.44 | 0.05 | 98.69 | 0.79 | 0.74 |
| Hex | AC | F1 | 86 | 1D | 0 | 2C | 5 | 63 | 4F | 4A |
| Octal | 254 | 361 | 206 | 35 | 0 | 54 | 5 | 143 | 117 | 112 |
| Binary | 10101100 | 11110001 | 10000110 | 11101 | 0 | 101100 | 101 | 1100011 | 1001111 | 1001010 |
Color Harmonies of #ACF186
Complementary color
Monochromatic Colors of #ACF186
Black with #ACF186
Text Example
Text Example
White with #ACF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF186; }
p { color: rgb(172,241,134); }
H1.HeaderClassName
{
color: #ACF186;
}
.AnyTagClassName
{
color: #ACF186;
}
</style>
background-color css
<style>
a { background-color: #ACF186; }
a { background-color: rgb(172,241,134); }
div.DivClassName
{
background-color: #ACF186;
}
.BgClassName
{
background-color: #ACF186;
}
</style>
border-color css
<style>
span { border-color: #ACF186; }
span { border-color: rgb(172,241,134); }
td.TdClassName
{
border-color: #ACF186;
}
.TagClassName
{
border-color: #ACF186;
}
</style>