Shades of Feijoa #ACF575
Tints of Feijoa #ACF575
RGB
CMYK
RGB Variations
Color information
#ACF575 (or 0xACF575) is known color: Feijoa. HEX triplet: AC, F5 and 75. RGB value is (172,245,117). Sum of RGB (Red+Green+Blue) = 172+245+117=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF575 is #530A8A. Grayscale: #D1D1D1. Windows color (decimal): -5442187 or 7730604. OLE color: 7730604.
HSL color Cylindrical-coordinate representation of color #ACF575: hue angle of 94.22º degrees, saturation: 0.86, 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 #ACF575 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 117 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.04 |
| HSL | 94.22º | 0.86% | 0.71% | - |
| HSV(B) | 94.22º | 0.52% | 0.96% | - |
| XYZ | 52.88 | 75.36 | 28.59 | - |
| YUV | 208.58 | 76.32 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 117 | 0.30 | 0 | 0.52 | 0.04 | 94.22 | 0.86 | 0.71 |
| Hex | AC | F5 | 75 | 1E | 0 | 34 | 4 | 5E | 56 | 47 |
| Octal | 254 | 365 | 165 | 36 | 0 | 64 | 4 | 136 | 126 | 107 |
| Binary | 10101100 | 11110101 | 1110101 | 11110 | 0 | 110100 | 100 | 1011110 | 1010110 | 1000111 |
Color Harmonies of #ACF575
Complementary color
Monochromatic Colors of #ACF575
Black with #ACF575
Text Example
Text Example
White with #ACF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF575; }
p { color: rgb(172,245,117); }
H1.HeaderClassName
{
color: #ACF575;
}
.AnyTagClassName
{
color: #ACF575;
}
</style>
background-color css
<style>
a { background-color: #ACF575; }
a { background-color: rgb(172,245,117); }
div.DivClassName
{
background-color: #ACF575;
}
.BgClassName
{
background-color: #ACF575;
}
</style>
border-color css
<style>
span { border-color: #ACF575; }
span { border-color: rgb(172,245,117); }
td.TdClassName
{
border-color: #ACF575;
}
.TagClassName
{
border-color: #ACF575;
}
</style>