Shades of Feijoa #ACF784
Tints of Feijoa #ACF784
RGB
CMYK
RGB Variations
Color information
#ACF784 (or 0xACF784) is known color: Feijoa. HEX triplet: AC, F7 and 84. RGB value is (172,247,132). Sum of RGB (Red+Green+Blue) = 172+247+132=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF784 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF784 is #53087B. Grayscale: #D3D3D3. Windows color (decimal): -5441660 or 8714156. OLE color: 8714156.
HSL color Cylindrical-coordinate representation of color #ACF784: hue angle of 99.13º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF784 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 132 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.03 |
| HSL | 99.13º | 0.88% | 0.74% | - |
| HSV(B) | 99.13º | 0.47% | 0.97% | - |
| XYZ | 54.44 | 76.96 | 33.81 | - |
| YUV | 211.47 | 83.15 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 132 | 0.30 | 0 | 0.47 | 0.03 | 99.13 | 0.88 | 0.74 |
| Hex | AC | F7 | 84 | 1E | 0 | 2F | 3 | 63 | 58 | 4A |
| Octal | 254 | 367 | 204 | 36 | 0 | 57 | 3 | 143 | 130 | 112 |
| Binary | 10101100 | 11110111 | 10000100 | 11110 | 0 | 101111 | 11 | 1100011 | 1011000 | 1001010 |
Color Harmonies of #ACF784
Complementary color
Monochromatic Colors of #ACF784
Black with #ACF784
Text Example
Text Example
White with #ACF784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF784; }
p { color: rgb(172,247,132); }
H1.HeaderClassName
{
color: #ACF784;
}
.AnyTagClassName
{
color: #ACF784;
}
</style>
background-color css
<style>
a { background-color: #ACF784; }
a { background-color: rgb(172,247,132); }
div.DivClassName
{
background-color: #ACF784;
}
.BgClassName
{
background-color: #ACF784;
}
</style>
border-color css
<style>
span { border-color: #ACF784; }
span { border-color: rgb(172,247,132); }
td.TdClassName
{
border-color: #ACF784;
}
.TagClassName
{
border-color: #ACF784;
}
</style>