Shades of Feijoa #ACF475
Tints of Feijoa #ACF475
RGB
CMYK
RGB Variations
Color information
#ACF475 (or 0xACF475) is known color: Feijoa. HEX triplet: AC, F4 and 75. RGB value is (172,244,117). Sum of RGB (Red+Green+Blue) = 172+244+117=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF475 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF475 is #530B8A. Grayscale: #D0D0D0. Windows color (decimal): -5442443 or 7730348. OLE color: 7730348.
HSL color Cylindrical-coordinate representation of color #ACF475: hue angle of 94.02º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF475 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 117 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.04 |
| HSL | 94.02º | 0.85% | 0.71% | - |
| HSV(B) | 94.02º | 0.52% | 0.96% | - |
| XYZ | 52.57 | 74.76 | 28.49 | - |
| YUV | 207.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 117 | 0.30 | 0 | 0.52 | 0.04 | 94.02 | 0.85 | 0.71 |
| Hex | AC | F4 | 75 | 1E | 0 | 34 | 4 | 5E | 55 | 47 |
| Octal | 254 | 364 | 165 | 36 | 0 | 64 | 4 | 136 | 125 | 107 |
| Binary | 10101100 | 11110100 | 1110101 | 11110 | 0 | 110100 | 100 | 1011110 | 1010101 | 1000111 |
Color Harmonies of #ACF475
Complementary color
Monochromatic Colors of #ACF475
Black with #ACF475
Text Example
Text Example
White with #ACF475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF475; }
p { color: rgb(172,244,117); }
H1.HeaderClassName
{
color: #ACF475;
}
.AnyTagClassName
{
color: #ACF475;
}
</style>
background-color css
<style>
a { background-color: #ACF475; }
a { background-color: rgb(172,244,117); }
div.DivClassName
{
background-color: #ACF475;
}
.BgClassName
{
background-color: #ACF475;
}
</style>
border-color css
<style>
span { border-color: #ACF475; }
span { border-color: rgb(172,244,117); }
td.TdClassName
{
border-color: #ACF475;
}
.TagClassName
{
border-color: #ACF475;
}
</style>