Shades of Feijoa #ACF574
Tints of Feijoa #ACF574
RGB
CMYK
RGB Variations
Color information
#ACF574 (or 0xACF574) is known color: Feijoa. HEX triplet: AC, F5 and 74. RGB value is (172,245,116). Sum of RGB (Red+Green+Blue) = 172+245+116=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF574 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF574 is #530A8B. Grayscale: #D0D0D0. Windows color (decimal): -5442188 or 7665068. OLE color: 7665068.
HSL color Cylindrical-coordinate representation of color #ACF574: hue angle of 93.95º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF574 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 116 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.04 |
| HSL | 93.95º | 0.87% | 0.71% | - |
| HSV(B) | 93.95º | 0.53% | 0.96% | - |
| XYZ | 52.82 | 75.34 | 28.28 | - |
| YUV | 208.47 | 75.82 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 116 | 0.30 | 0 | 0.53 | 0.04 | 93.95 | 0.87 | 0.71 |
| Hex | AC | F5 | 74 | 1E | 0 | 35 | 4 | 5E | 57 | 47 |
| Octal | 254 | 365 | 164 | 36 | 0 | 65 | 4 | 136 | 127 | 107 |
| Binary | 10101100 | 11110101 | 1110100 | 11110 | 0 | 110101 | 100 | 1011110 | 1010111 | 1000111 |
Color Harmonies of #ACF574
Complementary color
Monochromatic Colors of #ACF574
Black with #ACF574
Text Example
Text Example
White with #ACF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF574; }
p { color: rgb(172,245,116); }
H1.HeaderClassName
{
color: #ACF574;
}
.AnyTagClassName
{
color: #ACF574;
}
</style>
background-color css
<style>
a { background-color: #ACF574; }
a { background-color: rgb(172,245,116); }
div.DivClassName
{
background-color: #ACF574;
}
.BgClassName
{
background-color: #ACF574;
}
</style>
border-color css
<style>
span { border-color: #ACF574; }
span { border-color: rgb(172,245,116); }
td.TdClassName
{
border-color: #ACF574;
}
.TagClassName
{
border-color: #ACF574;
}
</style>