Shades of Feijoa #ACE190
Tints of Feijoa #ACE190
RGB
CMYK
RGB Variations
Color information
#ACE190 (or 0xACE190) is known color: Feijoa. HEX triplet: AC, E1 and 90. RGB value is (172,225,144). Sum of RGB (Red+Green+Blue) = 172+225+144=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE190 is #531E6F. Grayscale: #C8C8C8. Windows color (decimal): -5447280 or 9494956. OLE color: 9494956.
HSL color Cylindrical-coordinate representation of color #ACE190: hue angle of 99.26º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACE190 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 144 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.12 |
| HSL | 99.26º | 0.57% | 0.72% | - |
| HSV(B) | 99.26º | 0.36% | 0.88% | - |
| XYZ | 48.97 | 64.63 | 36.28 | - |
| YUV | 199.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 144 | 0.24 | 0 | 0.36 | 0.12 | 99.26 | 0.57 | 0.72 |
| Hex | AC | E1 | 90 | 18 | 0 | 24 | C | 63 | 39 | 48 |
| Octal | 254 | 341 | 220 | 30 | 0 | 44 | 14 | 143 | 71 | 110 |
| Binary | 10101100 | 11100001 | 10010000 | 11000 | 0 | 100100 | 1100 | 1100011 | 111001 | 1001000 |
Color Harmonies of #ACE190
Complementary color
Monochromatic Colors of #ACE190
Black with #ACE190
Text Example
Text Example
White with #ACE190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE190; }
p { color: rgb(172,225,144); }
H1.HeaderClassName
{
color: #ACE190;
}
.AnyTagClassName
{
color: #ACE190;
}
</style>
background-color css
<style>
a { background-color: #ACE190; }
a { background-color: rgb(172,225,144); }
div.DivClassName
{
background-color: #ACE190;
}
.BgClassName
{
background-color: #ACE190;
}
</style>
border-color css
<style>
span { border-color: #ACE190; }
span { border-color: rgb(172,225,144); }
td.TdClassName
{
border-color: #ACE190;
}
.TagClassName
{
border-color: #ACE190;
}
</style>