Shades of Feijoa #ACE070
Tints of Feijoa #ACE070
RGB
CMYK
RGB Variations
Color information
#ACE070 (or 0xACE070) is known color: Feijoa. HEX triplet: AC, E0 and 70. RGB value is (172,224,112). Sum of RGB (Red+Green+Blue) = 172+224+112=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE070 is #531F8F. Grayscale: #C4C4C4. Windows color (decimal): -5447568 or 7397548. OLE color: 7397548.
HSL color Cylindrical-coordinate representation of color #ACE070: hue angle of 87.86º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE070 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 112 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.12 |
| HSL | 87.86º | 0.64% | 0.66% | - |
| HSV(B) | 87.86º | 0.5% | 0.88% | - |
| XYZ | 46.59 | 63.25 | 25.08 | - |
| YUV | 195.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 112 | 0.23 | 0 | 0.50 | 0.12 | 87.86 | 0.64 | 0.66 |
| Hex | AC | E0 | 70 | 17 | 0 | 32 | C | 58 | 40 | 42 |
| Octal | 254 | 340 | 160 | 27 | 0 | 62 | 14 | 130 | 100 | 102 |
| Binary | 10101100 | 11100000 | 1110000 | 10111 | 0 | 110010 | 1100 | 1011000 | 1000000 | 1000010 |
Color Harmonies of #ACE070
Complementary color
Monochromatic Colors of #ACE070
Black with #ACE070
Text Example
Text Example
White with #ACE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE070; }
p { color: rgb(172,224,112); }
H1.HeaderClassName
{
color: #ACE070;
}
.AnyTagClassName
{
color: #ACE070;
}
</style>
background-color css
<style>
a { background-color: #ACE070; }
a { background-color: rgb(172,224,112); }
div.DivClassName
{
background-color: #ACE070;
}
.BgClassName
{
background-color: #ACE070;
}
</style>
border-color css
<style>
span { border-color: #ACE070; }
span { border-color: rgb(172,224,112); }
td.TdClassName
{
border-color: #ACE070;
}
.TagClassName
{
border-color: #ACE070;
}
</style>