Shades of Feijoa #ACE681
Tints of Feijoa #ACE681
RGB
CMYK
RGB Variations
Color information
#ACE681 (or 0xACE681) is known color: Feijoa. HEX triplet: AC, E6 and 81. RGB value is (172,230,129). Sum of RGB (Red+Green+Blue) = 172+230+129=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE681 is #53197E. Grayscale: #C9C9C9. Windows color (decimal): -5446015 or 8513196. OLE color: 8513196.
HSL color Cylindrical-coordinate representation of color #ACE681: hue angle of 94.46º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE681 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 129 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.10 |
| HSL | 94.46º | 0.67% | 0.7% | - |
| HSV(B) | 94.46º | 0.44% | 0.9% | - |
| XYZ | 49.27 | 66.95 | 31.09 | - |
| YUV | 201.14 | 87.28 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 129 | 0.25 | 0 | 0.44 | 0.10 | 94.46 | 0.67 | 0.7 |
| Hex | AC | E6 | 81 | 19 | 0 | 2C | A | 5E | 43 | 46 |
| Octal | 254 | 346 | 201 | 31 | 0 | 54 | 12 | 136 | 103 | 106 |
| Binary | 10101100 | 11100110 | 10000001 | 11001 | 0 | 101100 | 1010 | 1011110 | 1000011 | 1000110 |
Color Harmonies of #ACE681
Complementary color
Monochromatic Colors of #ACE681
Black with #ACE681
Text Example
Text Example
White with #ACE681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE681; }
p { color: rgb(172,230,129); }
H1.HeaderClassName
{
color: #ACE681;
}
.AnyTagClassName
{
color: #ACE681;
}
</style>
background-color css
<style>
a { background-color: #ACE681; }
a { background-color: rgb(172,230,129); }
div.DivClassName
{
background-color: #ACE681;
}
.BgClassName
{
background-color: #ACE681;
}
</style>
border-color css
<style>
span { border-color: #ACE681; }
span { border-color: rgb(172,230,129); }
td.TdClassName
{
border-color: #ACE681;
}
.TagClassName
{
border-color: #ACE681;
}
</style>