Shades of Feijoa #ACD391
Tints of Feijoa #ACD391
RGB
CMYK
RGB Variations
Color information
#ACD391 (or 0xACD391) is known color: Feijoa. HEX triplet: AC, D3 and 91. RGB value is (172,211,145). Sum of RGB (Red+Green+Blue) = 172+211+145=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD391 is #532C6E. Grayscale: #C0C0C0. Windows color (decimal): -5450863 or 9556908. OLE color: 9556908.
HSL color Cylindrical-coordinate representation of color #ACD391: hue angle of 95.45º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD391 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 145 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.17 |
| HSL | 95.45º | 0.43% | 0.7% | - |
| HSV(B) | 95.45º | 0.31% | 0.83% | - |
| XYZ | 45.42 | 57.4 | 35.47 | - |
| YUV | 191.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 145 | 0.18 | 0 | 0.31 | 0.17 | 95.45 | 0.43 | 0.7 |
| Hex | AC | D3 | 91 | 12 | 0 | 1F | 11 | 5F | 2B | 46 |
| Octal | 254 | 323 | 221 | 22 | 0 | 37 | 21 | 137 | 53 | 106 |
| Binary | 10101100 | 11010011 | 10010001 | 10010 | 0 | 11111 | 10001 | 1011111 | 101011 | 1000110 |
Color Harmonies of #ACD391
Complementary color
Monochromatic Colors of #ACD391
Black with #ACD391
Text Example
Text Example
White with #ACD391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD391; }
p { color: rgb(172,211,145); }
H1.HeaderClassName
{
color: #ACD391;
}
.AnyTagClassName
{
color: #ACD391;
}
</style>
background-color css
<style>
a { background-color: #ACD391; }
a { background-color: rgb(172,211,145); }
div.DivClassName
{
background-color: #ACD391;
}
.BgClassName
{
background-color: #ACD391;
}
</style>
border-color css
<style>
span { border-color: #ACD391; }
span { border-color: rgb(172,211,145); }
td.TdClassName
{
border-color: #ACD391;
}
.TagClassName
{
border-color: #ACD391;
}
</style>