Shades of Feijoa #ACE670
Tints of Feijoa #ACE670
RGB
CMYK
RGB Variations
Color information
#ACE670 (or 0xACE670) is known color: Feijoa. HEX triplet: AC, E6 and 70. RGB value is (172,230,112). Sum of RGB (Red+Green+Blue) = 172+230+112=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE670 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE670 is #53198F. Grayscale: #C7C7C7. Windows color (decimal): -5446032 or 7399084. OLE color: 7399084.
HSL color Cylindrical-coordinate representation of color #ACE670: hue angle of 89.49º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACE670 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 112 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.10 |
| HSL | 89.49º | 0.7% | 0.67% | - |
| HSV(B) | 89.49º | 0.51% | 0.9% | - |
| XYZ | 48.23 | 66.53 | 25.63 | - |
| YUV | 199.21 | 78.78 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 112 | 0.25 | 0 | 0.51 | 0.10 | 89.49 | 0.7 | 0.67 |
| Hex | AC | E6 | 70 | 19 | 0 | 33 | A | 59 | 46 | 43 |
| Octal | 254 | 346 | 160 | 31 | 0 | 63 | 12 | 131 | 106 | 103 |
| Binary | 10101100 | 11100110 | 1110000 | 11001 | 0 | 110011 | 1010 | 1011001 | 1000110 | 1000011 |
Color Harmonies of #ACE670
Complementary color
Monochromatic Colors of #ACE670
Black with #ACE670
Text Example
Text Example
White with #ACE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE670; }
p { color: rgb(172,230,112); }
H1.HeaderClassName
{
color: #ACE670;
}
.AnyTagClassName
{
color: #ACE670;
}
</style>
background-color css
<style>
a { background-color: #ACE670; }
a { background-color: rgb(172,230,112); }
div.DivClassName
{
background-color: #ACE670;
}
.BgClassName
{
background-color: #ACE670;
}
</style>
border-color css
<style>
span { border-color: #ACE670; }
span { border-color: rgb(172,230,112); }
td.TdClassName
{
border-color: #ACE670;
}
.TagClassName
{
border-color: #ACE670;
}
</style>