Shades of Feijoa #ACF676
Tints of Feijoa #ACF676
RGB
CMYK
RGB Variations
Color information
#ACF676 (or 0xACF676) is known color: Feijoa. HEX triplet: AC, F6 and 76. RGB value is (172,246,118). Sum of RGB (Red+Green+Blue) = 172+246+118=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF676 is #530989. Grayscale: #D1D1D1. Windows color (decimal): -5441930 or 7796396. OLE color: 7796396.
HSL color Cylindrical-coordinate representation of color #ACF676: hue angle of 94.69º degrees, saturation: 0.88, 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 #ACF676 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 118 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.04 |
| HSL | 94.69º | 0.88% | 0.71% | - |
| HSV(B) | 94.69º | 0.52% | 0.96% | - |
| XYZ | 53.24 | 75.99 | 29 | - |
| YUV | 209.28 | 76.48 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 118 | 0.30 | 0 | 0.52 | 0.04 | 94.69 | 0.88 | 0.71 |
| Hex | AC | F6 | 76 | 1E | 0 | 34 | 4 | 5F | 58 | 47 |
| Octal | 254 | 366 | 166 | 36 | 0 | 64 | 4 | 137 | 130 | 107 |
| Binary | 10101100 | 11110110 | 1110110 | 11110 | 0 | 110100 | 100 | 1011111 | 1011000 | 1000111 |
Color Harmonies of #ACF676
Complementary color
Monochromatic Colors of #ACF676
Black with #ACF676
Text Example
Text Example
White with #ACF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF676; }
p { color: rgb(172,246,118); }
H1.HeaderClassName
{
color: #ACF676;
}
.AnyTagClassName
{
color: #ACF676;
}
</style>
background-color css
<style>
a { background-color: #ACF676; }
a { background-color: rgb(172,246,118); }
div.DivClassName
{
background-color: #ACF676;
}
.BgClassName
{
background-color: #ACF676;
}
</style>
border-color css
<style>
span { border-color: #ACF676; }
span { border-color: rgb(172,246,118); }
td.TdClassName
{
border-color: #ACF676;
}
.TagClassName
{
border-color: #ACF676;
}
</style>