Shades of Feijoa #ACF072
Tints of Feijoa #ACF072
RGB
CMYK
RGB Variations
Color information
#ACF072 (or 0xACF072) is known color: Feijoa. HEX triplet: AC, F0 and 72. RGB value is (172,240,114). Sum of RGB (Red+Green+Blue) = 172+240+114=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF072 is #530F8D. Grayscale: #CDCDCD. Windows color (decimal): -5443470 or 7532716. OLE color: 7532716.
HSL color Cylindrical-coordinate representation of color #ACF072: hue angle of 92.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF072 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 114 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.06 |
| HSL | 92.38º | 0.81% | 0.69% | - |
| HSV(B) | 92.38º | 0.53% | 0.94% | - |
| XYZ | 51.21 | 72.31 | 27.18 | - |
| YUV | 205.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 114 | 0.28 | 0 | 0.52 | 0.06 | 92.38 | 0.81 | 0.69 |
| Hex | AC | F0 | 72 | 1C | 0 | 34 | 6 | 5C | 51 | 45 |
| Octal | 254 | 360 | 162 | 34 | 0 | 64 | 6 | 134 | 121 | 105 |
| Binary | 10101100 | 11110000 | 1110010 | 11100 | 0 | 110100 | 110 | 1011100 | 1010001 | 1000101 |
Color Harmonies of #ACF072
Complementary color
Monochromatic Colors of #ACF072
Black with #ACF072
Text Example
Text Example
White with #ACF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF072; }
p { color: rgb(172,240,114); }
H1.HeaderClassName
{
color: #ACF072;
}
.AnyTagClassName
{
color: #ACF072;
}
</style>
background-color css
<style>
a { background-color: #ACF072; }
a { background-color: rgb(172,240,114); }
div.DivClassName
{
background-color: #ACF072;
}
.BgClassName
{
background-color: #ACF072;
}
</style>
border-color css
<style>
span { border-color: #ACF072; }
span { border-color: rgb(172,240,114); }
td.TdClassName
{
border-color: #ACF072;
}
.TagClassName
{
border-color: #ACF072;
}
</style>