Shades of Feijoa #ACE990
Tints of Feijoa #ACE990
RGB
CMYK
RGB Variations
Color information
#ACE990 (or 0xACE990) is known color: Feijoa. HEX triplet: AC, E9 and 90. RGB value is (172,233,144). Sum of RGB (Red+Green+Blue) = 172+233+144=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE990 is #53166F. Grayscale: #CCCCCC. Windows color (decimal): -5445232 or 9497004. OLE color: 9497004.
HSL color Cylindrical-coordinate representation of color #ACE990: hue angle of 101.12º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACE990 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 144 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.09 |
| HSL | 101.12º | 0.67% | 0.74% | - |
| HSV(B) | 101.12º | 0.38% | 0.91% | - |
| XYZ | 51.19 | 69.06 | 37.02 | - |
| YUV | 204.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 144 | 0.26 | 0 | 0.38 | 0.09 | 101.12 | 0.67 | 0.74 |
| Hex | AC | E9 | 90 | 1A | 0 | 26 | 9 | 65 | 43 | 4A |
| Octal | 254 | 351 | 220 | 32 | 0 | 46 | 11 | 145 | 103 | 112 |
| Binary | 10101100 | 11101001 | 10010000 | 11010 | 0 | 100110 | 1001 | 1100101 | 1000011 | 1001010 |
Color Harmonies of #ACE990
Complementary color
Monochromatic Colors of #ACE990
Black with #ACE990
Text Example
Text Example
White with #ACE990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE990; }
p { color: rgb(172,233,144); }
H1.HeaderClassName
{
color: #ACE990;
}
.AnyTagClassName
{
color: #ACE990;
}
</style>
background-color css
<style>
a { background-color: #ACE990; }
a { background-color: rgb(172,233,144); }
div.DivClassName
{
background-color: #ACE990;
}
.BgClassName
{
background-color: #ACE990;
}
</style>
border-color css
<style>
span { border-color: #ACE990; }
span { border-color: rgb(172,233,144); }
td.TdClassName
{
border-color: #ACE990;
}
.TagClassName
{
border-color: #ACE990;
}
</style>