Shades of Feijoa #ACD099
Tints of Feijoa #ACD099
RGB
CMYK
RGB Variations
Color information
#ACD099 (or 0xACD099) is known color: Feijoa. HEX triplet: AC, D0 and 99. RGB value is (172,208,153). Sum of RGB (Red+Green+Blue) = 172+208+153=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD099 is #532F66. Grayscale: #BFBFBF. Windows color (decimal): -5451623 or 10080428. OLE color: 10080428.
HSL color Cylindrical-coordinate representation of color #ACD099: hue angle of 99.27º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD099 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 153 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.18 |
| HSL | 99.27º | 0.37% | 0.71% | - |
| HSV(B) | 99.27º | 0.26% | 0.82% | - |
| XYZ | 45.32 | 56.18 | 38.59 | - |
| YUV | 190.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 153 | 0.17 | 0 | 0.26 | 0.18 | 99.27 | 0.37 | 0.71 |
| Hex | AC | D0 | 99 | 11 | 0 | 1A | 12 | 63 | 25 | 47 |
| Octal | 254 | 320 | 231 | 21 | 0 | 32 | 22 | 143 | 45 | 107 |
| Binary | 10101100 | 11010000 | 10011001 | 10001 | 0 | 11010 | 10010 | 1100011 | 100101 | 1000111 |
Color Harmonies of #ACD099
Complementary color
Monochromatic Colors of #ACD099
Black with #ACD099
Text Example
Text Example
White with #ACD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD099; }
p { color: rgb(172,208,153); }
H1.HeaderClassName
{
color: #ACD099;
}
.AnyTagClassName
{
color: #ACD099;
}
</style>
background-color css
<style>
a { background-color: #ACD099; }
a { background-color: rgb(172,208,153); }
div.DivClassName
{
background-color: #ACD099;
}
.BgClassName
{
background-color: #ACD099;
}
</style>
border-color css
<style>
span { border-color: #ACD099; }
span { border-color: rgb(172,208,153); }
td.TdClassName
{
border-color: #ACD099;
}
.TagClassName
{
border-color: #ACD099;
}
</style>