Shades of Feijoa #ACF879
Tints of Feijoa #ACF879
RGB
CMYK
RGB Variations
Color information
#ACF879 (or 0xACF879) is known color: Feijoa. HEX triplet: AC, F8 and 79. RGB value is (172,248,121). Sum of RGB (Red+Green+Blue) = 172+248+121=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF879 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF879 is #530786. Grayscale: #D3D3D3. Windows color (decimal): -5441415 or 7993516. OLE color: 7993516.
HSL color Cylindrical-coordinate representation of color #ACF879: hue angle of 95.91º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACF879 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 121 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.03 |
| HSL | 95.91º | 0.9% | 0.72% | - |
| HSV(B) | 95.91º | 0.51% | 0.97% | - |
| XYZ | 54.03 | 77.29 | 30.16 | - |
| YUV | 210.8 | 77.32 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 121 | 0.31 | 0 | 0.51 | 0.03 | 95.91 | 0.9 | 0.72 |
| Hex | AC | F8 | 79 | 1F | 0 | 33 | 3 | 60 | 5A | 48 |
| Octal | 254 | 370 | 171 | 37 | 0 | 63 | 3 | 140 | 132 | 110 |
| Binary | 10101100 | 11111000 | 1111001 | 11111 | 0 | 110011 | 11 | 1100000 | 1011010 | 1001000 |
Color Harmonies of #ACF879
Complementary color
Monochromatic Colors of #ACF879
Black with #ACF879
Text Example
Text Example
White with #ACF879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF879; }
p { color: rgb(172,248,121); }
H1.HeaderClassName
{
color: #ACF879;
}
.AnyTagClassName
{
color: #ACF879;
}
</style>
background-color css
<style>
a { background-color: #ACF879; }
a { background-color: rgb(172,248,121); }
div.DivClassName
{
background-color: #ACF879;
}
.BgClassName
{
background-color: #ACF879;
}
</style>
border-color css
<style>
span { border-color: #ACF879; }
span { border-color: rgb(172,248,121); }
td.TdClassName
{
border-color: #ACF879;
}
.TagClassName
{
border-color: #ACF879;
}
</style>