Shades of Feijoa #ACE385
Tints of Feijoa #ACE385
RGB
CMYK
RGB Variations
Color information
#ACE385 (or 0xACE385) is known color: Feijoa. HEX triplet: AC, E3 and 85. RGB value is (172,227,133). Sum of RGB (Red+Green+Blue) = 172+227+133=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE385 is #531C7A. Grayscale: #C8C8C8. Windows color (decimal): -5446779 or 8774572. OLE color: 8774572.
HSL color Cylindrical-coordinate representation of color #ACE385: hue angle of 95.11º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACE385 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 133 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.11 |
| HSL | 95.11º | 0.63% | 0.71% | - |
| HSV(B) | 95.11º | 0.41% | 0.89% | - |
| XYZ | 48.72 | 65.4 | 32.25 | - |
| YUV | 199.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 133 | 0.24 | 0 | 0.41 | 0.11 | 95.11 | 0.63 | 0.71 |
| Hex | AC | E3 | 85 | 18 | 0 | 29 | B | 5F | 3F | 47 |
| Octal | 254 | 343 | 205 | 30 | 0 | 51 | 13 | 137 | 77 | 107 |
| Binary | 10101100 | 11100011 | 10000101 | 11000 | 0 | 101001 | 1011 | 1011111 | 111111 | 1000111 |
Color Harmonies of #ACE385
Complementary color
Monochromatic Colors of #ACE385
Black with #ACE385
Text Example
Text Example
White with #ACE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE385; }
p { color: rgb(172,227,133); }
H1.HeaderClassName
{
color: #ACE385;
}
.AnyTagClassName
{
color: #ACE385;
}
</style>
background-color css
<style>
a { background-color: #ACE385; }
a { background-color: rgb(172,227,133); }
div.DivClassName
{
background-color: #ACE385;
}
.BgClassName
{
background-color: #ACE385;
}
</style>
border-color css
<style>
span { border-color: #ACE385; }
span { border-color: rgb(172,227,133); }
td.TdClassName
{
border-color: #ACE385;
}
.TagClassName
{
border-color: #ACE385;
}
</style>