Shades of Feijoa #ACE67C
Tints of Feijoa #ACE67C
RGB
CMYK
RGB Variations
Color information
#ACE67C (or 0xACE67C) is known color: Feijoa. HEX triplet: AC, E6 and 7C. RGB value is (172,230,124). Sum of RGB (Red+Green+Blue) = 172+230+124=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE67C is #531983. Grayscale: #C8C8C8. Windows color (decimal): -5446020 or 8185516. OLE color: 8185516.
HSL color Cylindrical-coordinate representation of color #ACE67C: hue angle of 92.83º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACE67C is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 124 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.10 |
| HSL | 92.83º | 0.68% | 0.69% | - |
| HSV(B) | 92.83º | 0.46% | 0.9% | - |
| XYZ | 48.95 | 66.82 | 29.39 | - |
| YUV | 200.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 124 | 0.25 | 0 | 0.46 | 0.10 | 92.83 | 0.68 | 0.69 |
| Hex | AC | E6 | 7C | 19 | 0 | 2E | A | 5D | 44 | 45 |
| Octal | 254 | 346 | 174 | 31 | 0 | 56 | 12 | 135 | 104 | 105 |
| Binary | 10101100 | 11100110 | 1111100 | 11001 | 0 | 101110 | 1010 | 1011101 | 1000100 | 1000101 |
Color Harmonies of #ACE67C
Complementary color
Monochromatic Colors of #ACE67C
Black with #ACE67C
Text Example
Text Example
White with #ACE67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE67C; }
p { color: rgb(172,230,124); }
H1.HeaderClassName
{
color: #ACE67C;
}
.AnyTagClassName
{
color: #ACE67C;
}
</style>
background-color css
<style>
a { background-color: #ACE67C; }
a { background-color: rgb(172,230,124); }
div.DivClassName
{
background-color: #ACE67C;
}
.BgClassName
{
background-color: #ACE67C;
}
</style>
border-color css
<style>
span { border-color: #ACE67C; }
span { border-color: rgb(172,230,124); }
td.TdClassName
{
border-color: #ACE67C;
}
.TagClassName
{
border-color: #ACE67C;
}
</style>