Shades of Feijoa #ACD694
Tints of Feijoa #ACD694
RGB
CMYK
RGB Variations
Color information
#ACD694 (or 0xACD694) is known color: Feijoa. HEX triplet: AC, D6 and 94. RGB value is (172,214,148). Sum of RGB (Red+Green+Blue) = 172+214+148=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD694 is #53296B. Grayscale: #C2C2C2. Windows color (decimal): -5450092 or 9754284. OLE color: 9754284.
HSL color Cylindrical-coordinate representation of color #ACD694: hue angle of 98.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD694 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 148 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.16 |
| HSL | 98.18º | 0.45% | 0.71% | - |
| HSV(B) | 98.18º | 0.31% | 0.84% | - |
| XYZ | 46.41 | 59 | 36.96 | - |
| YUV | 193.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 148 | 0.20 | 0 | 0.31 | 0.16 | 98.18 | 0.45 | 0.71 |
| Hex | AC | D6 | 94 | 14 | 0 | 1F | 10 | 62 | 2D | 47 |
| Octal | 254 | 326 | 224 | 24 | 0 | 37 | 20 | 142 | 55 | 107 |
| Binary | 10101100 | 11010110 | 10010100 | 10100 | 0 | 11111 | 10000 | 1100010 | 101101 | 1000111 |
Color Harmonies of #ACD694
Complementary color
Monochromatic Colors of #ACD694
Black with #ACD694
Text Example
Text Example
White with #ACD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD694; }
p { color: rgb(172,214,148); }
H1.HeaderClassName
{
color: #ACD694;
}
.AnyTagClassName
{
color: #ACD694;
}
</style>
background-color css
<style>
a { background-color: #ACD694; }
a { background-color: rgb(172,214,148); }
div.DivClassName
{
background-color: #ACD694;
}
.BgClassName
{
background-color: #ACD694;
}
</style>
border-color css
<style>
span { border-color: #ACD694; }
span { border-color: rgb(172,214,148); }
td.TdClassName
{
border-color: #ACD694;
}
.TagClassName
{
border-color: #ACD694;
}
</style>