Shades of Feijoa #ACD198
Tints of Feijoa #ACD198
RGB
CMYK
RGB Variations
Color information
#ACD198 (or 0xACD198) is known color: Feijoa. HEX triplet: AC, D1 and 98. RGB value is (172,209,152). Sum of RGB (Red+Green+Blue) = 172+209+152=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD198 is #532E67. Grayscale: #BFBFBF. Windows color (decimal): -5451368 or 10015148. OLE color: 10015148.
HSL color Cylindrical-coordinate representation of color #ACD198: hue angle of 98.95º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD198 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 152 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.18 |
| HSL | 98.95º | 0.38% | 0.71% | - |
| HSV(B) | 98.95º | 0.27% | 0.82% | - |
| XYZ | 45.48 | 56.64 | 38.24 | - |
| YUV | 191.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 152 | 0.18 | 0 | 0.27 | 0.18 | 98.95 | 0.38 | 0.71 |
| Hex | AC | D1 | 98 | 12 | 0 | 1B | 12 | 63 | 26 | 47 |
| Octal | 254 | 321 | 230 | 22 | 0 | 33 | 22 | 143 | 46 | 107 |
| Binary | 10101100 | 11010001 | 10011000 | 10010 | 0 | 11011 | 10010 | 1100011 | 100110 | 1000111 |
Color Harmonies of #ACD198
Complementary color
Monochromatic Colors of #ACD198
Black with #ACD198
Text Example
Text Example
White with #ACD198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD198; }
p { color: rgb(172,209,152); }
H1.HeaderClassName
{
color: #ACD198;
}
.AnyTagClassName
{
color: #ACD198;
}
</style>
background-color css
<style>
a { background-color: #ACD198; }
a { background-color: rgb(172,209,152); }
div.DivClassName
{
background-color: #ACD198;
}
.BgClassName
{
background-color: #ACD198;
}
</style>
border-color css
<style>
span { border-color: #ACD198; }
span { border-color: rgb(172,209,152); }
td.TdClassName
{
border-color: #ACD198;
}
.TagClassName
{
border-color: #ACD198;
}
</style>