Shades of Feijoa #ACD57C
Tints of Feijoa #ACD57C
RGB
CMYK
RGB Variations
Color information
#ACD57C (or 0xACD57C) is known color: Feijoa. HEX triplet: AC, D5 and 7C. RGB value is (172,213,124). Sum of RGB (Red+Green+Blue) = 172+213+124=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD57C is #532A83. Grayscale: #BEBEBE. Windows color (decimal): -5450372 or 8181164. OLE color: 8181164.
HSL color Cylindrical-coordinate representation of color #ACD57C: hue angle of 87.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD57C is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 124 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.16 |
| HSL | 87.64º | 0.51% | 0.66% | - |
| HSV(B) | 87.64º | 0.42% | 0.84% | - |
| XYZ | 44.45 | 57.81 | 27.89 | - |
| YUV | 190.6 | 90.42 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 124 | 0.19 | 0 | 0.42 | 0.16 | 87.64 | 0.51 | 0.66 |
| Hex | AC | D5 | 7C | 13 | 0 | 2A | 10 | 58 | 33 | 42 |
| Octal | 254 | 325 | 174 | 23 | 0 | 52 | 20 | 130 | 63 | 102 |
| Binary | 10101100 | 11010101 | 1111100 | 10011 | 0 | 101010 | 10000 | 1011000 | 110011 | 1000010 |
Color Harmonies of #ACD57C
Complementary color
Monochromatic Colors of #ACD57C
Black with #ACD57C
Text Example
Text Example
White with #ACD57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD57C; }
p { color: rgb(172,213,124); }
H1.HeaderClassName
{
color: #ACD57C;
}
.AnyTagClassName
{
color: #ACD57C;
}
</style>
background-color css
<style>
a { background-color: #ACD57C; }
a { background-color: rgb(172,213,124); }
div.DivClassName
{
background-color: #ACD57C;
}
.BgClassName
{
background-color: #ACD57C;
}
</style>
border-color css
<style>
span { border-color: #ACD57C; }
span { border-color: rgb(172,213,124); }
td.TdClassName
{
border-color: #ACD57C;
}
.TagClassName
{
border-color: #ACD57C;
}
</style>