Shades of Feijoa #ACE677
Tints of Feijoa #ACE677
RGB
CMYK
RGB Variations
Color information
#ACE677 (or 0xACE677) is known color: Feijoa. HEX triplet: AC, E6 and 77. RGB value is (172,230,119). Sum of RGB (Red+Green+Blue) = 172+230+119=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE677 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE677 is #531988. Grayscale: #C8C8C8. Windows color (decimal): -5446025 or 7857836. OLE color: 7857836.
HSL color Cylindrical-coordinate representation of color #ACE677: hue angle of 91.35º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACE677 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 119 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.10 |
| HSL | 91.35º | 0.69% | 0.68% | - |
| HSV(B) | 91.35º | 0.48% | 0.9% | - |
| XYZ | 48.64 | 66.7 | 27.76 | - |
| YUV | 200 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 119 | 0.25 | 0 | 0.48 | 0.10 | 91.35 | 0.69 | 0.68 |
| Hex | AC | E6 | 77 | 19 | 0 | 30 | A | 5B | 45 | 44 |
| Octal | 254 | 346 | 167 | 31 | 0 | 60 | 12 | 133 | 105 | 104 |
| Binary | 10101100 | 11100110 | 1110111 | 11001 | 0 | 110000 | 1010 | 1011011 | 1000101 | 1000100 |
Color Harmonies of #ACE677
Complementary color
Monochromatic Colors of #ACE677
Black with #ACE677
Text Example
Text Example
White with #ACE677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE677; }
p { color: rgb(172,230,119); }
H1.HeaderClassName
{
color: #ACE677;
}
.AnyTagClassName
{
color: #ACE677;
}
</style>
background-color css
<style>
a { background-color: #ACE677; }
a { background-color: rgb(172,230,119); }
div.DivClassName
{
background-color: #ACE677;
}
.BgClassName
{
background-color: #ACE677;
}
</style>
border-color css
<style>
span { border-color: #ACE677; }
span { border-color: rgb(172,230,119); }
td.TdClassName
{
border-color: #ACE677;
}
.TagClassName
{
border-color: #ACE677;
}
</style>