Shades of Feijoa #ACD673
Tints of Feijoa #ACD673
RGB
CMYK
RGB Variations
Color information
#ACD673 (or 0xACD673) is known color: Feijoa. HEX triplet: AC, D6 and 73. RGB value is (172,214,115). Sum of RGB (Red+Green+Blue) = 172+214+115=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD673 is #53298C. Grayscale: #BEBEBE. Windows color (decimal): -5450125 or 7591596. OLE color: 7591596.
HSL color Cylindrical-coordinate representation of color #ACD673: hue angle of 85.45º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACD673 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 115 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.16 |
| HSL | 85.45º | 0.55% | 0.65% | - |
| HSV(B) | 85.45º | 0.46% | 0.84% | - |
| XYZ | 44.15 | 58.1 | 25.11 | - |
| YUV | 190.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 115 | 0.20 | 0 | 0.46 | 0.16 | 85.45 | 0.55 | 0.65 |
| Hex | AC | D6 | 73 | 14 | 0 | 2E | 10 | 55 | 37 | 41 |
| Octal | 254 | 326 | 163 | 24 | 0 | 56 | 20 | 125 | 67 | 101 |
| Binary | 10101100 | 11010110 | 1110011 | 10100 | 0 | 101110 | 10000 | 1010101 | 110111 | 1000001 |
Color Harmonies of #ACD673
Complementary color
Monochromatic Colors of #ACD673
Black with #ACD673
Text Example
Text Example
White with #ACD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD673; }
p { color: rgb(172,214,115); }
H1.HeaderClassName
{
color: #ACD673;
}
.AnyTagClassName
{
color: #ACD673;
}
</style>
background-color css
<style>
a { background-color: #ACD673; }
a { background-color: rgb(172,214,115); }
div.DivClassName
{
background-color: #ACD673;
}
.BgClassName
{
background-color: #ACD673;
}
</style>
border-color css
<style>
span { border-color: #ACD673; }
span { border-color: rgb(172,214,115); }
td.TdClassName
{
border-color: #ACD673;
}
.TagClassName
{
border-color: #ACD673;
}
</style>