Shades of Feijoa #ACD399
Tints of Feijoa #ACD399
RGB
CMYK
RGB Variations
Color information
#ACD399 (or 0xACD399) is known color: Feijoa. HEX triplet: AC, D3 and 99. RGB value is (172,211,153). Sum of RGB (Red+Green+Blue) = 172+211+153=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD399 is #532C66. Grayscale: #C0C0C0. Windows color (decimal): -5450855 or 10081196. OLE color: 10081196.
HSL color Cylindrical-coordinate representation of color #ACD399: hue angle of 100.34º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD399 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 153 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.17 |
| HSL | 100.34º | 0.4% | 0.71% | - |
| HSV(B) | 100.34º | 0.27% | 0.83% | - |
| XYZ | 46.06 | 57.66 | 38.84 | - |
| YUV | 192.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 153 | 0.18 | 0 | 0.27 | 0.17 | 100.34 | 0.4 | 0.71 |
| Hex | AC | D3 | 99 | 12 | 0 | 1B | 11 | 64 | 28 | 47 |
| Octal | 254 | 323 | 231 | 22 | 0 | 33 | 21 | 144 | 50 | 107 |
| Binary | 10101100 | 11010011 | 10011001 | 10010 | 0 | 11011 | 10001 | 1100100 | 101000 | 1000111 |
Color Harmonies of #ACD399
Complementary color
Monochromatic Colors of #ACD399
Black with #ACD399
Text Example
Text Example
White with #ACD399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD399; }
p { color: rgb(172,211,153); }
H1.HeaderClassName
{
color: #ACD399;
}
.AnyTagClassName
{
color: #ACD399;
}
</style>
background-color css
<style>
a { background-color: #ACD399; }
a { background-color: rgb(172,211,153); }
div.DivClassName
{
background-color: #ACD399;
}
.BgClassName
{
background-color: #ACD399;
}
</style>
border-color css
<style>
span { border-color: #ACD399; }
span { border-color: rgb(172,211,153); }
td.TdClassName
{
border-color: #ACD399;
}
.TagClassName
{
border-color: #ACD399;
}
</style>