Shades of Feijoa #ACF070
Tints of Feijoa #ACF070
RGB
CMYK
RGB Variations
Color information
#ACF070 (or 0xACF070) is known color: Feijoa. HEX triplet: AC, F0 and 70. RGB value is (172,240,112). Sum of RGB (Red+Green+Blue) = 172+240+112=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF070 is #530F8F. Grayscale: #CDCDCD. Windows color (decimal): -5443472 or 7401644. OLE color: 7401644.
HSL color Cylindrical-coordinate representation of color #ACF070: hue angle of 91.88º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF070 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 112 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.06 |
| HSL | 91.88º | 0.81% | 0.69% | - |
| HSV(B) | 91.88º | 0.53% | 0.94% | - |
| XYZ | 51.1 | 72.26 | 26.58 | - |
| YUV | 205.08 | 75.47 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 112 | 0.28 | 0 | 0.53 | 0.06 | 91.88 | 0.81 | 0.69 |
| Hex | AC | F0 | 70 | 1C | 0 | 35 | 6 | 5C | 51 | 45 |
| Octal | 254 | 360 | 160 | 34 | 0 | 65 | 6 | 134 | 121 | 105 |
| Binary | 10101100 | 11110000 | 1110000 | 11100 | 0 | 110101 | 110 | 1011100 | 1010001 | 1000101 |
Color Harmonies of #ACF070
Complementary color
Monochromatic Colors of #ACF070
Black with #ACF070
Text Example
Text Example
White with #ACF070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF070; }
p { color: rgb(172,240,112); }
H1.HeaderClassName
{
color: #ACF070;
}
.AnyTagClassName
{
color: #ACF070;
}
</style>
background-color css
<style>
a { background-color: #ACF070; }
a { background-color: rgb(172,240,112); }
div.DivClassName
{
background-color: #ACF070;
}
.BgClassName
{
background-color: #ACF070;
}
</style>
border-color css
<style>
span { border-color: #ACF070; }
span { border-color: rgb(172,240,112); }
td.TdClassName
{
border-color: #ACF070;
}
.TagClassName
{
border-color: #ACF070;
}
</style>