Shades of Feijoa #ACF471
Tints of Feijoa #ACF471
RGB
CMYK
RGB Variations
Color information
#ACF471 (or 0xACF471) is known color: Feijoa. HEX triplet: AC, F4 and 71. RGB value is (172,244,113). Sum of RGB (Red+Green+Blue) = 172+244+113=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF471 is #530B8E. Grayscale: #CFCFCF. Windows color (decimal): -5442447 or 7468204. OLE color: 7468204.
HSL color Cylindrical-coordinate representation of color #ACF471: hue angle of 92.98º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACF471 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 113 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.04 |
| HSL | 92.98º | 0.86% | 0.7% | - |
| HSV(B) | 92.98º | 0.54% | 0.96% | - |
| XYZ | 52.34 | 74.66 | 27.28 | - |
| YUV | 207.54 | 74.65 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 113 | 0.30 | 0 | 0.54 | 0.04 | 92.98 | 0.86 | 0.7 |
| Hex | AC | F4 | 71 | 1E | 0 | 36 | 4 | 5D | 56 | 46 |
| Octal | 254 | 364 | 161 | 36 | 0 | 66 | 4 | 135 | 126 | 106 |
| Binary | 10101100 | 11110100 | 1110001 | 11110 | 0 | 110110 | 100 | 1011101 | 1010110 | 1000110 |
Color Harmonies of #ACF471
Complementary color
Monochromatic Colors of #ACF471
Black with #ACF471
Text Example
Text Example
White with #ACF471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF471; }
p { color: rgb(172,244,113); }
H1.HeaderClassName
{
color: #ACF471;
}
.AnyTagClassName
{
color: #ACF471;
}
</style>
background-color css
<style>
a { background-color: #ACF471; }
a { background-color: rgb(172,244,113); }
div.DivClassName
{
background-color: #ACF471;
}
.BgClassName
{
background-color: #ACF471;
}
</style>
border-color css
<style>
span { border-color: #ACF471; }
span { border-color: rgb(172,244,113); }
td.TdClassName
{
border-color: #ACF471;
}
.TagClassName
{
border-color: #ACF471;
}
</style>