Shades of Feijoa #ACF684
Tints of Feijoa #ACF684
RGB
CMYK
RGB Variations
Color information
#ACF684 (or 0xACF684) is known color: Feijoa. HEX triplet: AC, F6 and 84. RGB value is (172,246,132). Sum of RGB (Red+Green+Blue) = 172+246+132=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF684 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF684 is #53097B. Grayscale: #D3D3D3. Windows color (decimal): -5441916 or 8713900. OLE color: 8713900.
HSL color Cylindrical-coordinate representation of color #ACF684: hue angle of 98.95º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF684 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 132 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.04 |
| HSL | 98.95º | 0.86% | 0.74% | - |
| HSV(B) | 98.95º | 0.46% | 0.96% | - |
| XYZ | 54.13 | 76.35 | 33.71 | - |
| YUV | 210.88 | 83.48 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 132 | 0.30 | 0 | 0.46 | 0.04 | 98.95 | 0.86 | 0.74 |
| Hex | AC | F6 | 84 | 1E | 0 | 2E | 4 | 63 | 56 | 4A |
| Octal | 254 | 366 | 204 | 36 | 0 | 56 | 4 | 143 | 126 | 112 |
| Binary | 10101100 | 11110110 | 10000100 | 11110 | 0 | 101110 | 100 | 1100011 | 1010110 | 1001010 |
Color Harmonies of #ACF684
Complementary color
Monochromatic Colors of #ACF684
Black with #ACF684
Text Example
Text Example
White with #ACF684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF684; }
p { color: rgb(172,246,132); }
H1.HeaderClassName
{
color: #ACF684;
}
.AnyTagClassName
{
color: #ACF684;
}
</style>
background-color css
<style>
a { background-color: #ACF684; }
a { background-color: rgb(172,246,132); }
div.DivClassName
{
background-color: #ACF684;
}
.BgClassName
{
background-color: #ACF684;
}
</style>
border-color css
<style>
span { border-color: #ACF684; }
span { border-color: rgb(172,246,132); }
td.TdClassName
{
border-color: #ACF684;
}
.TagClassName
{
border-color: #ACF684;
}
</style>