Shades of Feijoa #ACE690
Tints of Feijoa #ACE690
RGB
CMYK
RGB Variations
Color information
#ACE690 (or 0xACE690) is known color: Feijoa. HEX triplet: AC, E6 and 90. RGB value is (172,230,144). Sum of RGB (Red+Green+Blue) = 172+230+144=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE690 is #53196F. Grayscale: #CBCBCB. Windows color (decimal): -5446000 or 9496236. OLE color: 9496236.
HSL color Cylindrical-coordinate representation of color #ACE690: hue angle of 100.47º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACE690 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 144 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.10 |
| HSL | 100.47º | 0.63% | 0.73% | - |
| HSV(B) | 100.47º | 0.37% | 0.9% | - |
| XYZ | 50.34 | 67.38 | 36.74 | - |
| YUV | 202.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 144 | 0.25 | 0 | 0.37 | 0.10 | 100.47 | 0.63 | 0.73 |
| Hex | AC | E6 | 90 | 19 | 0 | 25 | A | 64 | 3F | 49 |
| Octal | 254 | 346 | 220 | 31 | 0 | 45 | 12 | 144 | 77 | 111 |
| Binary | 10101100 | 11100110 | 10010000 | 11001 | 0 | 100101 | 1010 | 1100100 | 111111 | 1001001 |
Color Harmonies of #ACE690
Complementary color
Monochromatic Colors of #ACE690
Black with #ACE690
Text Example
Text Example
White with #ACE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE690; }
p { color: rgb(172,230,144); }
H1.HeaderClassName
{
color: #ACE690;
}
.AnyTagClassName
{
color: #ACE690;
}
</style>
background-color css
<style>
a { background-color: #ACE690; }
a { background-color: rgb(172,230,144); }
div.DivClassName
{
background-color: #ACE690;
}
.BgClassName
{
background-color: #ACE690;
}
</style>
border-color css
<style>
span { border-color: #ACE690; }
span { border-color: rgb(172,230,144); }
td.TdClassName
{
border-color: #ACE690;
}
.TagClassName
{
border-color: #ACE690;
}
</style>