Shades of Feijoa #ACE785
Tints of Feijoa #ACE785
RGB
CMYK
RGB Variations
Color information
#ACE785 (or 0xACE785) is known color: Feijoa. HEX triplet: AC, E7 and 85. RGB value is (172,231,133). Sum of RGB (Red+Green+Blue) = 172+231+133=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE785 is #53187A. Grayscale: #CACACA. Windows color (decimal): -5445755 or 8775596. OLE color: 8775596.
HSL color Cylindrical-coordinate representation of color #ACE785: hue angle of 96.12º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACE785 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 133 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.09 |
| HSL | 96.12º | 0.67% | 0.71% | - |
| HSV(B) | 96.12º | 0.42% | 0.91% | - |
| XYZ | 49.82 | 67.62 | 32.62 | - |
| YUV | 202.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 133 | 0.26 | 0 | 0.42 | 0.09 | 96.12 | 0.67 | 0.71 |
| Hex | AC | E7 | 85 | 1A | 0 | 2A | 9 | 60 | 43 | 47 |
| Octal | 254 | 347 | 205 | 32 | 0 | 52 | 11 | 140 | 103 | 107 |
| Binary | 10101100 | 11100111 | 10000101 | 11010 | 0 | 101010 | 1001 | 1100000 | 1000011 | 1000111 |
Color Harmonies of #ACE785
Complementary color
Monochromatic Colors of #ACE785
Black with #ACE785
Text Example
Text Example
White with #ACE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE785; }
p { color: rgb(172,231,133); }
H1.HeaderClassName
{
color: #ACE785;
}
.AnyTagClassName
{
color: #ACE785;
}
</style>
background-color css
<style>
a { background-color: #ACE785; }
a { background-color: rgb(172,231,133); }
div.DivClassName
{
background-color: #ACE785;
}
.BgClassName
{
background-color: #ACE785;
}
</style>
border-color css
<style>
span { border-color: #ACE785; }
span { border-color: rgb(172,231,133); }
td.TdClassName
{
border-color: #ACE785;
}
.TagClassName
{
border-color: #ACE785;
}
</style>