Shades of Feijoa #ACD199
Tints of Feijoa #ACD199
RGB
CMYK
RGB Variations
Color information
#ACD199 (or 0xACD199) is known color: Feijoa. HEX triplet: AC, D1 and 99. RGB value is (172,209,153). Sum of RGB (Red+Green+Blue) = 172+209+153=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD199 is #532E66. Grayscale: #BFBFBF. Windows color (decimal): -5451367 or 10080684. OLE color: 10080684.
HSL color Cylindrical-coordinate representation of color #ACD199: hue angle of 99.64º 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 #ACD199 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 153 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.18 |
| HSL | 99.64º | 0.38% | 0.71% | - |
| HSV(B) | 99.64º | 0.27% | 0.82% | - |
| XYZ | 45.56 | 56.67 | 38.67 | - |
| YUV | 191.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 153 | 0.18 | 0 | 0.27 | 0.18 | 99.64 | 0.38 | 0.71 |
| Hex | AC | D1 | 99 | 12 | 0 | 1B | 12 | 64 | 26 | 47 |
| Octal | 254 | 321 | 231 | 22 | 0 | 33 | 22 | 144 | 46 | 107 |
| Binary | 10101100 | 11010001 | 10011001 | 10010 | 0 | 11011 | 10010 | 1100100 | 100110 | 1000111 |
Color Harmonies of #ACD199
Complementary color
Monochromatic Colors of #ACD199
Black with #ACD199
Text Example
Text Example
White with #ACD199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD199; }
p { color: rgb(172,209,153); }
H1.HeaderClassName
{
color: #ACD199;
}
.AnyTagClassName
{
color: #ACD199;
}
</style>
background-color css
<style>
a { background-color: #ACD199; }
a { background-color: rgb(172,209,153); }
div.DivClassName
{
background-color: #ACD199;
}
.BgClassName
{
background-color: #ACD199;
}
</style>
border-color css
<style>
span { border-color: #ACD199; }
span { border-color: rgb(172,209,153); }
td.TdClassName
{
border-color: #ACD199;
}
.TagClassName
{
border-color: #ACD199;
}
</style>