Shades of Feijoa #ACD697
Tints of Feijoa #ACD697
RGB
CMYK
RGB Variations
Color information
#ACD697 (or 0xACD697) is known color: Feijoa. HEX triplet: AC, D6 and 97. RGB value is (172,214,151). Sum of RGB (Red+Green+Blue) = 172+214+151=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD697 is #532968. Grayscale: #C2C2C2. Windows color (decimal): -5450089 or 9950892. OLE color: 9950892.
HSL color Cylindrical-coordinate representation of color #ACD697: hue angle of 100º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD697 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 151 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.16 |
| HSL | 100º | 0.43% | 0.72% | - |
| HSV(B) | 100º | 0.29% | 0.84% | - |
| XYZ | 46.65 | 59.1 | 38.23 | - |
| YUV | 194.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 151 | 0.20 | 0 | 0.29 | 0.16 | 100 | 0.43 | 0.72 |
| Hex | AC | D6 | 97 | 14 | 0 | 1D | 10 | 64 | 2B | 48 |
| Octal | 254 | 326 | 227 | 24 | 0 | 35 | 20 | 144 | 53 | 110 |
| Binary | 10101100 | 11010110 | 10010111 | 10100 | 0 | 11101 | 10000 | 1100100 | 101011 | 1001000 |
Color Harmonies of #ACD697
Complementary color
Monochromatic Colors of #ACD697
Black with #ACD697
Text Example
Text Example
White with #ACD697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD697; }
p { color: rgb(172,214,151); }
H1.HeaderClassName
{
color: #ACD697;
}
.AnyTagClassName
{
color: #ACD697;
}
</style>
background-color css
<style>
a { background-color: #ACD697; }
a { background-color: rgb(172,214,151); }
div.DivClassName
{
background-color: #ACD697;
}
.BgClassName
{
background-color: #ACD697;
}
</style>
border-color css
<style>
span { border-color: #ACD697; }
span { border-color: rgb(172,214,151); }
td.TdClassName
{
border-color: #ACD697;
}
.TagClassName
{
border-color: #ACD697;
}
</style>