Shades of Feijoa #ACD594
Tints of Feijoa #ACD594
RGB
CMYK
RGB Variations
Color information
#ACD594 (or 0xACD594) is known color: Feijoa. HEX triplet: AC, D5 and 94. RGB value is (172,213,148). Sum of RGB (Red+Green+Blue) = 172+213+148=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD594 is #532A6B. Grayscale: #C1C1C1. Windows color (decimal): -5450348 or 9754028. OLE color: 9754028.
HSL color Cylindrical-coordinate representation of color #ACD594: hue angle of 97.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD594 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 148 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.16 |
| HSL | 97.85º | 0.44% | 0.71% | - |
| HSV(B) | 97.85º | 0.31% | 0.84% | - |
| XYZ | 46.15 | 58.5 | 36.88 | - |
| YUV | 193.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 148 | 0.19 | 0 | 0.31 | 0.16 | 97.85 | 0.44 | 0.71 |
| Hex | AC | D5 | 94 | 13 | 0 | 1F | 10 | 62 | 2C | 47 |
| Octal | 254 | 325 | 224 | 23 | 0 | 37 | 20 | 142 | 54 | 107 |
| Binary | 10101100 | 11010101 | 10010100 | 10011 | 0 | 11111 | 10000 | 1100010 | 101100 | 1000111 |
Color Harmonies of #ACD594
Complementary color
Monochromatic Colors of #ACD594
Black with #ACD594
Text Example
Text Example
White with #ACD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD594; }
p { color: rgb(172,213,148); }
H1.HeaderClassName
{
color: #ACD594;
}
.AnyTagClassName
{
color: #ACD594;
}
</style>
background-color css
<style>
a { background-color: #ACD594; }
a { background-color: rgb(172,213,148); }
div.DivClassName
{
background-color: #ACD594;
}
.BgClassName
{
background-color: #ACD594;
}
</style>
border-color css
<style>
span { border-color: #ACD594; }
span { border-color: rgb(172,213,148); }
td.TdClassName
{
border-color: #ACD594;
}
.TagClassName
{
border-color: #ACD594;
}
</style>