Shades of Feijoa #ACF084
Tints of Feijoa #ACF084
RGB
CMYK
RGB Variations
Color information
#ACF084 (or 0xACF084) is known color: Feijoa. HEX triplet: AC, F0 and 84. RGB value is (172,240,132). Sum of RGB (Red+Green+Blue) = 172+240+132=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF084 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF084 is #530F7B. Grayscale: #CFCFCF. Windows color (decimal): -5443452 or 8712364. OLE color: 8712364.
HSL color Cylindrical-coordinate representation of color #ACF084: hue angle of 97.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACF084 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 132 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.06 |
| HSL | 97.78º | 0.78% | 0.73% | - |
| HSV(B) | 97.78º | 0.45% | 0.94% | - |
| XYZ | 52.34 | 72.76 | 33.11 | - |
| YUV | 207.36 | 85.47 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 132 | 0.28 | 0 | 0.45 | 0.06 | 97.78 | 0.78 | 0.73 |
| Hex | AC | F0 | 84 | 1C | 0 | 2D | 6 | 62 | 4E | 49 |
| Octal | 254 | 360 | 204 | 34 | 0 | 55 | 6 | 142 | 116 | 111 |
| Binary | 10101100 | 11110000 | 10000100 | 11100 | 0 | 101101 | 110 | 1100010 | 1001110 | 1001001 |
Color Harmonies of #ACF084
Complementary color
Monochromatic Colors of #ACF084
Black with #ACF084
Text Example
Text Example
White with #ACF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF084; }
p { color: rgb(172,240,132); }
H1.HeaderClassName
{
color: #ACF084;
}
.AnyTagClassName
{
color: #ACF084;
}
</style>
background-color css
<style>
a { background-color: #ACF084; }
a { background-color: rgb(172,240,132); }
div.DivClassName
{
background-color: #ACF084;
}
.BgClassName
{
background-color: #ACF084;
}
</style>
border-color css
<style>
span { border-color: #ACF084; }
span { border-color: rgb(172,240,132); }
td.TdClassName
{
border-color: #ACF084;
}
.TagClassName
{
border-color: #ACF084;
}
</style>