Shades of Feijoa #ACD674
Tints of Feijoa #ACD674
RGB
CMYK
RGB Variations
Color information
#ACD674 (or 0xACD674) is known color: Feijoa. HEX triplet: AC, D6 and 74. RGB value is (172,214,116). Sum of RGB (Red+Green+Blue) = 172+214+116=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD674 is #53298B. Grayscale: #BEBEBE. Windows color (decimal): -5450124 or 7657132. OLE color: 7657132.
HSL color Cylindrical-coordinate representation of color #ACD674: hue angle of 85.71º degrees, saturation: 0.54, 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 #ACD674 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 116 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.16 |
| HSL | 85.71º | 0.54% | 0.65% | - |
| HSV(B) | 85.71º | 0.46% | 0.84% | - |
| XYZ | 44.21 | 58.12 | 25.41 | - |
| YUV | 190.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 116 | 0.20 | 0 | 0.46 | 0.16 | 85.71 | 0.54 | 0.65 |
| Hex | AC | D6 | 74 | 14 | 0 | 2E | 10 | 56 | 36 | 41 |
| Octal | 254 | 326 | 164 | 24 | 0 | 56 | 20 | 126 | 66 | 101 |
| Binary | 10101100 | 11010110 | 1110100 | 10100 | 0 | 101110 | 10000 | 1010110 | 110110 | 1000001 |
Color Harmonies of #ACD674
Complementary color
Monochromatic Colors of #ACD674
Black with #ACD674
Text Example
Text Example
White with #ACD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD674; }
p { color: rgb(172,214,116); }
H1.HeaderClassName
{
color: #ACD674;
}
.AnyTagClassName
{
color: #ACD674;
}
</style>
background-color css
<style>
a { background-color: #ACD674; }
a { background-color: rgb(172,214,116); }
div.DivClassName
{
background-color: #ACD674;
}
.BgClassName
{
background-color: #ACD674;
}
</style>
border-color css
<style>
span { border-color: #ACD674; }
span { border-color: rgb(172,214,116); }
td.TdClassName
{
border-color: #ACD674;
}
.TagClassName
{
border-color: #ACD674;
}
</style>