Shades of Feijoa #ACE17A
Tints of Feijoa #ACE17A
RGB
CMYK
RGB Variations
Color information
#ACE17A (or 0xACE17A) is known color: Feijoa. HEX triplet: AC, E1 and 7A. RGB value is (172,225,122). Sum of RGB (Red+Green+Blue) = 172+225+122=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE17A is #531E85. Grayscale: #C5C5C5. Windows color (decimal): -5447302 or 8053164. OLE color: 8053164.
HSL color Cylindrical-coordinate representation of color #ACE17A: hue angle of 90.87º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACE17A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 122 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.12 |
| HSL | 90.87º | 0.63% | 0.68% | - |
| HSV(B) | 90.87º | 0.46% | 0.88% | - |
| XYZ | 47.45 | 64.03 | 28.27 | - |
| YUV | 197.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 122 | 0.24 | 0 | 0.46 | 0.12 | 90.87 | 0.63 | 0.68 |
| Hex | AC | E1 | 7A | 18 | 0 | 2E | C | 5B | 3F | 44 |
| Octal | 254 | 341 | 172 | 30 | 0 | 56 | 14 | 133 | 77 | 104 |
| Binary | 10101100 | 11100001 | 1111010 | 11000 | 0 | 101110 | 1100 | 1011011 | 111111 | 1000100 |
Color Harmonies of #ACE17A
Complementary color
Monochromatic Colors of #ACE17A
Black with #ACE17A
Text Example
Text Example
White with #ACE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE17A; }
p { color: rgb(172,225,122); }
H1.HeaderClassName
{
color: #ACE17A;
}
.AnyTagClassName
{
color: #ACE17A;
}
</style>
background-color css
<style>
a { background-color: #ACE17A; }
a { background-color: rgb(172,225,122); }
div.DivClassName
{
background-color: #ACE17A;
}
.BgClassName
{
background-color: #ACE17A;
}
</style>
border-color css
<style>
span { border-color: #ACE17A; }
span { border-color: rgb(172,225,122); }
td.TdClassName
{
border-color: #ACE17A;
}
.TagClassName
{
border-color: #ACE17A;
}
</style>