Shades of Feijoa #ACD793
Tints of Feijoa #ACD793
RGB
CMYK
RGB Variations
Color information
#ACD793 (or 0xACD793) is known color: Feijoa. HEX triplet: AC, D7 and 93. RGB value is (172,215,147). Sum of RGB (Red+Green+Blue) = 172+215+147=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD793 is #53286C. Grayscale: #C2C2C2. Windows color (decimal): -5449837 or 9689004. OLE color: 9689004.
HSL color Cylindrical-coordinate representation of color #ACD793: hue angle of 97.94º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD793 is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 147 | - |
| CMYK | 0.2 | 0 | 0.32 | 0.16 |
| HSL | 97.94º | 0.46% | 0.71% | - |
| HSV(B) | 97.94º | 0.32% | 0.84% | - |
| XYZ | 46.58 | 59.48 | 36.63 | - |
| YUV | 194.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 147 | 0.2 | 0 | 0.32 | 0.16 | 97.94 | 0.46 | 0.71 |
| Hex | AC | D7 | 93 | 14 | 0 | 20 | 10 | 62 | 2E | 47 |
| Octal | 254 | 327 | 223 | 24 | 0 | 40 | 20 | 142 | 56 | 107 |
| Binary | 10101100 | 11010111 | 10010011 | 10100 | 0 | 100000 | 10000 | 1100010 | 101110 | 1000111 |
Color Harmonies of #ACD793
Complementary color
Monochromatic Colors of #ACD793
Black with #ACD793
Text Example
Text Example
White with #ACD793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD793; }
p { color: rgb(172,215,147); }
H1.HeaderClassName
{
color: #ACD793;
}
.AnyTagClassName
{
color: #ACD793;
}
</style>
background-color css
<style>
a { background-color: #ACD793; }
a { background-color: rgb(172,215,147); }
div.DivClassName
{
background-color: #ACD793;
}
.BgClassName
{
background-color: #ACD793;
}
</style>
border-color css
<style>
span { border-color: #ACD793; }
span { border-color: rgb(172,215,147); }
td.TdClassName
{
border-color: #ACD793;
}
.TagClassName
{
border-color: #ACD793;
}
</style>