Shades of Feijoa #ACD491
Tints of Feijoa #ACD491
RGB
CMYK
RGB Variations
Color information
#ACD491 (or 0xACD491) is known color: Feijoa. HEX triplet: AC, D4 and 91. RGB value is (172,212,145). Sum of RGB (Red+Green+Blue) = 172+212+145=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD491 is #532B6E. Grayscale: #C0C0C0. Windows color (decimal): -5450607 or 9557164. OLE color: 9557164.
HSL color Cylindrical-coordinate representation of color #ACD491: hue angle of 95.82º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD491 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 145 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.17 |
| HSL | 95.82º | 0.44% | 0.7% | - |
| HSV(B) | 95.82º | 0.32% | 0.83% | - |
| XYZ | 45.67 | 57.9 | 35.56 | - |
| YUV | 192.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 145 | 0.19 | 0 | 0.32 | 0.17 | 95.82 | 0.44 | 0.7 |
| Hex | AC | D4 | 91 | 13 | 0 | 20 | 11 | 60 | 2C | 46 |
| Octal | 254 | 324 | 221 | 23 | 0 | 40 | 21 | 140 | 54 | 106 |
| Binary | 10101100 | 11010100 | 10010001 | 10011 | 0 | 100000 | 10001 | 1100000 | 101100 | 1000110 |
Color Harmonies of #ACD491
Complementary color
Monochromatic Colors of #ACD491
Black with #ACD491
Text Example
Text Example
White with #ACD491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD491; }
p { color: rgb(172,212,145); }
H1.HeaderClassName
{
color: #ACD491;
}
.AnyTagClassName
{
color: #ACD491;
}
</style>
background-color css
<style>
a { background-color: #ACD491; }
a { background-color: rgb(172,212,145); }
div.DivClassName
{
background-color: #ACD491;
}
.BgClassName
{
background-color: #ACD491;
}
</style>
border-color css
<style>
span { border-color: #ACD491; }
span { border-color: rgb(172,212,145); }
td.TdClassName
{
border-color: #ACD491;
}
.TagClassName
{
border-color: #ACD491;
}
</style>