Shades of Feijoa #ACF176
Tints of Feijoa #ACF176
RGB
CMYK
RGB Variations
Color information
#ACF176 (or 0xACF176) is known color: Feijoa. HEX triplet: AC, F1 and 76. RGB value is (172,241,118). Sum of RGB (Red+Green+Blue) = 172+241+118=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF176 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF176 is #530E89. Grayscale: #CECECE. Windows color (decimal): -5443210 or 7795116. OLE color: 7795116.
HSL color Cylindrical-coordinate representation of color #ACF176: hue angle of 93.66º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACF176 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 118 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.05 |
| HSL | 93.66º | 0.81% | 0.7% | - |
| HSV(B) | 93.66º | 0.51% | 0.95% | - |
| XYZ | 51.74 | 72.99 | 28.5 | - |
| YUV | 206.35 | 78.14 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 118 | 0.29 | 0 | 0.51 | 0.05 | 93.66 | 0.81 | 0.7 |
| Hex | AC | F1 | 76 | 1D | 0 | 33 | 5 | 5E | 51 | 46 |
| Octal | 254 | 361 | 166 | 35 | 0 | 63 | 5 | 136 | 121 | 106 |
| Binary | 10101100 | 11110001 | 1110110 | 11101 | 0 | 110011 | 101 | 1011110 | 1010001 | 1000110 |
Color Harmonies of #ACF176
Complementary color
Monochromatic Colors of #ACF176
Black with #ACF176
Text Example
Text Example
White with #ACF176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF176; }
p { color: rgb(172,241,118); }
H1.HeaderClassName
{
color: #ACF176;
}
.AnyTagClassName
{
color: #ACF176;
}
</style>
background-color css
<style>
a { background-color: #ACF176; }
a { background-color: rgb(172,241,118); }
div.DivClassName
{
background-color: #ACF176;
}
.BgClassName
{
background-color: #ACF176;
}
</style>
border-color css
<style>
span { border-color: #ACF176; }
span { border-color: rgb(172,241,118); }
td.TdClassName
{
border-color: #ACF176;
}
.TagClassName
{
border-color: #ACF176;
}
</style>