Shades of Feijoa #ACF179
Tints of Feijoa #ACF179
RGB
CMYK
RGB Variations
Color information
#ACF179 (or 0xACF179) is known color: Feijoa. HEX triplet: AC, F1 and 79. RGB value is (172,241,121). Sum of RGB (Red+Green+Blue) = 172+241+121=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF179 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF179 is #530E86. Grayscale: #CFCFCF. Windows color (decimal): -5443207 or 7991724. OLE color: 7991724.
HSL color Cylindrical-coordinate representation of color #ACF179: hue angle of 94.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF179 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 121 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.05 |
| HSL | 94.5º | 0.81% | 0.71% | - |
| HSV(B) | 94.5º | 0.5% | 0.95% | - |
| XYZ | 51.92 | 73.06 | 29.46 | - |
| YUV | 206.69 | 79.64 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 121 | 0.29 | 0 | 0.50 | 0.05 | 94.5 | 0.81 | 0.71 |
| Hex | AC | F1 | 79 | 1D | 0 | 32 | 5 | 5E | 51 | 47 |
| Octal | 254 | 361 | 171 | 35 | 0 | 62 | 5 | 136 | 121 | 107 |
| Binary | 10101100 | 11110001 | 1111001 | 11101 | 0 | 110010 | 101 | 1011110 | 1010001 | 1000111 |
Color Harmonies of #ACF179
Complementary color
Monochromatic Colors of #ACF179
Black with #ACF179
Text Example
Text Example
White with #ACF179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF179; }
p { color: rgb(172,241,121); }
H1.HeaderClassName
{
color: #ACF179;
}
.AnyTagClassName
{
color: #ACF179;
}
</style>
background-color css
<style>
a { background-color: #ACF179; }
a { background-color: rgb(172,241,121); }
div.DivClassName
{
background-color: #ACF179;
}
.BgClassName
{
background-color: #ACF179;
}
</style>
border-color css
<style>
span { border-color: #ACF179; }
span { border-color: rgb(172,241,121); }
td.TdClassName
{
border-color: #ACF179;
}
.TagClassName
{
border-color: #ACF179;
}
</style>