Shades of Feijoa #ACD396
Tints of Feijoa #ACD396
RGB
CMYK
RGB Variations
Color information
#ACD396 (or 0xACD396) is known color: Feijoa. HEX triplet: AC, D3 and 96. RGB value is (172,211,150). Sum of RGB (Red+Green+Blue) = 172+211+150=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD396 is #532C69. Grayscale: #C0C0C0. Windows color (decimal): -5450858 or 9884588. OLE color: 9884588.
HSL color Cylindrical-coordinate representation of color #ACD396: hue angle of 98.36º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD396 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 150 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.17 |
| HSL | 98.36º | 0.41% | 0.71% | - |
| HSV(B) | 98.36º | 0.29% | 0.83% | - |
| XYZ | 45.81 | 57.56 | 37.55 | - |
| YUV | 192.39 | 104.08 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 150 | 0.18 | 0 | 0.29 | 0.17 | 98.36 | 0.41 | 0.71 |
| Hex | AC | D3 | 96 | 12 | 0 | 1D | 11 | 62 | 29 | 47 |
| Octal | 254 | 323 | 226 | 22 | 0 | 35 | 21 | 142 | 51 | 107 |
| Binary | 10101100 | 11010011 | 10010110 | 10010 | 0 | 11101 | 10001 | 1100010 | 101001 | 1000111 |
Color Harmonies of #ACD396
Complementary color
Monochromatic Colors of #ACD396
Black with #ACD396
Text Example
Text Example
White with #ACD396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD396; }
p { color: rgb(172,211,150); }
H1.HeaderClassName
{
color: #ACD396;
}
.AnyTagClassName
{
color: #ACD396;
}
</style>
background-color css
<style>
a { background-color: #ACD396; }
a { background-color: rgb(172,211,150); }
div.DivClassName
{
background-color: #ACD396;
}
.BgClassName
{
background-color: #ACD396;
}
</style>
border-color css
<style>
span { border-color: #ACD396; }
span { border-color: rgb(172,211,150); }
td.TdClassName
{
border-color: #ACD396;
}
.TagClassName
{
border-color: #ACD396;
}
</style>