Shades of Feijoa #ACE692
Tints of Feijoa #ACE692
RGB
CMYK
RGB Variations
Color information
#ACE692 (or 0xACE692) is known color: Feijoa. HEX triplet: AC, E6 and 92. RGB value is (172,230,146). Sum of RGB (Red+Green+Blue) = 172+230+146=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE692 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE692 is #53196D. Grayscale: #CBCBCB. Windows color (decimal): -5445998 or 9627308. OLE color: 9627308.
HSL color Cylindrical-coordinate representation of color #ACE692: hue angle of 101.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACE692 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 146 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.10 |
| HSL | 101.43º | 0.63% | 0.74% | - |
| HSV(B) | 101.43º | 0.37% | 0.9% | - |
| XYZ | 50.5 | 67.44 | 37.55 | - |
| YUV | 203.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 146 | 0.25 | 0 | 0.37 | 0.10 | 101.43 | 0.63 | 0.74 |
| Hex | AC | E6 | 92 | 19 | 0 | 25 | A | 65 | 3F | 4A |
| Octal | 254 | 346 | 222 | 31 | 0 | 45 | 12 | 145 | 77 | 112 |
| Binary | 10101100 | 11100110 | 10010010 | 11001 | 0 | 100101 | 1010 | 1100101 | 111111 | 1001010 |
Color Harmonies of #ACE692
Complementary color
Monochromatic Colors of #ACE692
Black with #ACE692
Text Example
Text Example
White with #ACE692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE692; }
p { color: rgb(172,230,146); }
H1.HeaderClassName
{
color: #ACE692;
}
.AnyTagClassName
{
color: #ACE692;
}
</style>
background-color css
<style>
a { background-color: #ACE692; }
a { background-color: rgb(172,230,146); }
div.DivClassName
{
background-color: #ACE692;
}
.BgClassName
{
background-color: #ACE692;
}
</style>
border-color css
<style>
span { border-color: #ACE692; }
span { border-color: rgb(172,230,146); }
td.TdClassName
{
border-color: #ACE692;
}
.TagClassName
{
border-color: #ACE692;
}
</style>