Shades of Feijoa #ACD393
Tints of Feijoa #ACD393
RGB
CMYK
RGB Variations
Color information
#ACD393 (or 0xACD393) is known color: Feijoa. HEX triplet: AC, D3 and 93. RGB value is (172,211,147). Sum of RGB (Red+Green+Blue) = 172+211+147=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD393 is #532C6C. Grayscale: #C0C0C0. Windows color (decimal): -5450861 or 9687980. OLE color: 9687980.
HSL color Cylindrical-coordinate representation of color #ACD393: hue angle of 96.56º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD393 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 147 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.17 |
| HSL | 96.56º | 0.42% | 0.7% | - |
| HSV(B) | 96.56º | 0.3% | 0.83% | - |
| XYZ | 45.57 | 57.47 | 36.29 | - |
| YUV | 192.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 147 | 0.18 | 0 | 0.30 | 0.17 | 96.56 | 0.42 | 0.7 |
| Hex | AC | D3 | 93 | 12 | 0 | 1E | 11 | 61 | 2A | 46 |
| Octal | 254 | 323 | 223 | 22 | 0 | 36 | 21 | 141 | 52 | 106 |
| Binary | 10101100 | 11010011 | 10010011 | 10010 | 0 | 11110 | 10001 | 1100001 | 101010 | 1000110 |
Color Harmonies of #ACD393
Complementary color
Monochromatic Colors of #ACD393
Black with #ACD393
Text Example
Text Example
White with #ACD393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD393; }
p { color: rgb(172,211,147); }
H1.HeaderClassName
{
color: #ACD393;
}
.AnyTagClassName
{
color: #ACD393;
}
</style>
background-color css
<style>
a { background-color: #ACD393; }
a { background-color: rgb(172,211,147); }
div.DivClassName
{
background-color: #ACD393;
}
.BgClassName
{
background-color: #ACD393;
}
</style>
border-color css
<style>
span { border-color: #ACD393; }
span { border-color: rgb(172,211,147); }
td.TdClassName
{
border-color: #ACD393;
}
.TagClassName
{
border-color: #ACD393;
}
</style>