Shades of Feijoa #ACD574
Tints of Feijoa #ACD574
RGB
CMYK
RGB Variations
Color information
#ACD574 (or 0xACD574) is known color: Feijoa. HEX triplet: AC, D5 and 74. RGB value is (172,213,116). Sum of RGB (Red+Green+Blue) = 172+213+116=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD574 is #532A8B. Grayscale: #BEBEBE. Windows color (decimal): -5450380 or 7656876. OLE color: 7656876.
HSL color Cylindrical-coordinate representation of color #ACD574: hue angle of 85.36º 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 #ACD574 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 116 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.16 |
| HSL | 85.36º | 0.54% | 0.65% | - |
| HSV(B) | 85.36º | 0.46% | 0.84% | - |
| XYZ | 43.96 | 57.62 | 25.33 | - |
| YUV | 189.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 116 | 0.19 | 0 | 0.46 | 0.16 | 85.36 | 0.54 | 0.65 |
| Hex | AC | D5 | 74 | 13 | 0 | 2E | 10 | 55 | 36 | 41 |
| Octal | 254 | 325 | 164 | 23 | 0 | 56 | 20 | 125 | 66 | 101 |
| Binary | 10101100 | 11010101 | 1110100 | 10011 | 0 | 101110 | 10000 | 1010101 | 110110 | 1000001 |
Color Harmonies of #ACD574
Complementary color
Monochromatic Colors of #ACD574
Black with #ACD574
Text Example
Text Example
White with #ACD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD574; }
p { color: rgb(172,213,116); }
H1.HeaderClassName
{
color: #ACD574;
}
.AnyTagClassName
{
color: #ACD574;
}
</style>
background-color css
<style>
a { background-color: #ACD574; }
a { background-color: rgb(172,213,116); }
div.DivClassName
{
background-color: #ACD574;
}
.BgClassName
{
background-color: #ACD574;
}
</style>
border-color css
<style>
span { border-color: #ACD574; }
span { border-color: rgb(172,213,116); }
td.TdClassName
{
border-color: #ACD574;
}
.TagClassName
{
border-color: #ACD574;
}
</style>