Shades of Feijoa #ACD599
Tints of Feijoa #ACD599
RGB
CMYK
RGB Variations
Color information
#ACD599 (or 0xACD599) is known color: Feijoa. HEX triplet: AC, D5 and 99. RGB value is (172,213,153). Sum of RGB (Red+Green+Blue) = 172+213+153=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD599 is #532A66. Grayscale: #C2C2C2. Windows color (decimal): -5450343 or 10081708. OLE color: 10081708.
HSL color Cylindrical-coordinate representation of color #ACD599: hue angle of 101º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD599 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 153 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.16 |
| HSL | 101º | 0.42% | 0.72% | - |
| HSV(B) | 101º | 0.28% | 0.84% | - |
| XYZ | 46.56 | 58.66 | 39.01 | - |
| YUV | 193.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 153 | 0.19 | 0 | 0.28 | 0.16 | 101 | 0.42 | 0.72 |
| Hex | AC | D5 | 99 | 13 | 0 | 1C | 10 | 65 | 2A | 48 |
| Octal | 254 | 325 | 231 | 23 | 0 | 34 | 20 | 145 | 52 | 110 |
| Binary | 10101100 | 11010101 | 10011001 | 10011 | 0 | 11100 | 10000 | 1100101 | 101010 | 1001000 |
Color Harmonies of #ACD599
Complementary color
Monochromatic Colors of #ACD599
Black with #ACD599
Text Example
Text Example
White with #ACD599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD599; }
p { color: rgb(172,213,153); }
H1.HeaderClassName
{
color: #ACD599;
}
.AnyTagClassName
{
color: #ACD599;
}
</style>
background-color css
<style>
a { background-color: #ACD599; }
a { background-color: rgb(172,213,153); }
div.DivClassName
{
background-color: #ACD599;
}
.BgClassName
{
background-color: #ACD599;
}
</style>
border-color css
<style>
span { border-color: #ACD599; }
span { border-color: rgb(172,213,153); }
td.TdClassName
{
border-color: #ACD599;
}
.TagClassName
{
border-color: #ACD599;
}
</style>