Shades of Feijoa #ACE17D
Tints of Feijoa #ACE17D
RGB
CMYK
RGB Variations
Color information
#ACE17D (or 0xACE17D) is known color: Feijoa. HEX triplet: AC, E1 and 7D. RGB value is (172,225,125). Sum of RGB (Red+Green+Blue) = 172+225+125=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE17D is #531E82. Grayscale: #C6C6C6. Windows color (decimal): -5447299 or 8249772. OLE color: 8249772.
HSL color Cylindrical-coordinate representation of color #ACE17D: hue angle of 91.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE17D is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 125 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.12 |
| HSL | 91.8º | 0.63% | 0.69% | - |
| HSV(B) | 91.8º | 0.44% | 0.88% | - |
| XYZ | 47.64 | 64.1 | 29.26 | - |
| YUV | 197.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 125 | 0.24 | 0 | 0.44 | 0.12 | 91.8 | 0.63 | 0.69 |
| Hex | AC | E1 | 7D | 18 | 0 | 2C | C | 5C | 3E | 45 |
| Octal | 254 | 341 | 175 | 30 | 0 | 54 | 14 | 134 | 76 | 105 |
| Binary | 10101100 | 11100001 | 1111101 | 11000 | 0 | 101100 | 1100 | 1011100 | 111110 | 1000101 |
Color Harmonies of #ACE17D
Complementary color
Monochromatic Colors of #ACE17D
Black with #ACE17D
Text Example
Text Example
White with #ACE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE17D; }
p { color: rgb(172,225,125); }
H1.HeaderClassName
{
color: #ACE17D;
}
.AnyTagClassName
{
color: #ACE17D;
}
</style>
background-color css
<style>
a { background-color: #ACE17D; }
a { background-color: rgb(172,225,125); }
div.DivClassName
{
background-color: #ACE17D;
}
.BgClassName
{
background-color: #ACE17D;
}
</style>
border-color css
<style>
span { border-color: #ACE17D; }
span { border-color: rgb(172,225,125); }
td.TdClassName
{
border-color: #ACE17D;
}
.TagClassName
{
border-color: #ACE17D;
}
</style>