Shades of Feijoa #ACF573
Tints of Feijoa #ACF573
RGB
CMYK
RGB Variations
Color information
#ACF573 (or 0xACF573) is known color: Feijoa. HEX triplet: AC, F5 and 73. RGB value is (172,245,115). Sum of RGB (Red+Green+Blue) = 172+245+115=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF573 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF573 is #530A8C. Grayscale: #D0D0D0. Windows color (decimal): -5442189 or 7599532. OLE color: 7599532.
HSL color Cylindrical-coordinate representation of color #ACF573: hue angle of 93.69º 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 #ACF573 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 115 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.04 |
| HSL | 93.69º | 0.87% | 0.71% | - |
| HSV(B) | 93.69º | 0.53% | 0.96% | - |
| XYZ | 52.76 | 75.31 | 27.98 | - |
| YUV | 208.35 | 75.32 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 115 | 0.30 | 0 | 0.53 | 0.04 | 93.69 | 0.87 | 0.71 |
| Hex | AC | F5 | 73 | 1E | 0 | 35 | 4 | 5E | 57 | 47 |
| Octal | 254 | 365 | 163 | 36 | 0 | 65 | 4 | 136 | 127 | 107 |
| Binary | 10101100 | 11110101 | 1110011 | 11110 | 0 | 110101 | 100 | 1011110 | 1010111 | 1000111 |
Color Harmonies of #ACF573
Complementary color
Monochromatic Colors of #ACF573
Black with #ACF573
Text Example
Text Example
White with #ACF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF573; }
p { color: rgb(172,245,115); }
H1.HeaderClassName
{
color: #ACF573;
}
.AnyTagClassName
{
color: #ACF573;
}
</style>
background-color css
<style>
a { background-color: #ACF573; }
a { background-color: rgb(172,245,115); }
div.DivClassName
{
background-color: #ACF573;
}
.BgClassName
{
background-color: #ACF573;
}
</style>
border-color css
<style>
span { border-color: #ACF573; }
span { border-color: rgb(172,245,115); }
td.TdClassName
{
border-color: #ACF573;
}
.TagClassName
{
border-color: #ACF573;
}
</style>