Shades of Feijoa #ACF579
Tints of Feijoa #ACF579
RGB
CMYK
RGB Variations
Color information
#ACF579 (or 0xACF579) is known color: Feijoa. HEX triplet: AC, F5 and 79. RGB value is (172,245,121). Sum of RGB (Red+Green+Blue) = 172+245+121=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF579 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF579 is #530A86. Grayscale: #D1D1D1. Windows color (decimal): -5442183 or 7992748. OLE color: 7992748.
HSL color Cylindrical-coordinate representation of color #ACF579: hue angle of 95.32º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACF579 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 121 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.04 |
| HSL | 95.32º | 0.86% | 0.72% | - |
| HSV(B) | 95.32º | 0.51% | 0.96% | - |
| XYZ | 53.12 | 75.46 | 29.85 | - |
| YUV | 209.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 121 | 0.30 | 0 | 0.51 | 0.04 | 95.32 | 0.86 | 0.72 |
| Hex | AC | F5 | 79 | 1E | 0 | 33 | 4 | 5F | 56 | 48 |
| Octal | 254 | 365 | 171 | 36 | 0 | 63 | 4 | 137 | 126 | 110 |
| Binary | 10101100 | 11110101 | 1111001 | 11110 | 0 | 110011 | 100 | 1011111 | 1010110 | 1001000 |
Color Harmonies of #ACF579
Complementary color
Monochromatic Colors of #ACF579
Black with #ACF579
Text Example
Text Example
White with #ACF579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF579; }
p { color: rgb(172,245,121); }
H1.HeaderClassName
{
color: #ACF579;
}
.AnyTagClassName
{
color: #ACF579;
}
</style>
background-color css
<style>
a { background-color: #ACF579; }
a { background-color: rgb(172,245,121); }
div.DivClassName
{
background-color: #ACF579;
}
.BgClassName
{
background-color: #ACF579;
}
</style>
border-color css
<style>
span { border-color: #ACF579; }
span { border-color: rgb(172,245,121); }
td.TdClassName
{
border-color: #ACF579;
}
.TagClassName
{
border-color: #ACF579;
}
</style>