Shades of Feijoa #ACD57F
Tints of Feijoa #ACD57F
RGB
CMYK
RGB Variations
Color information
#ACD57F (or 0xACD57F) is known color: Feijoa. HEX triplet: AC, D5 and 7F. RGB value is (172,213,127). Sum of RGB (Red+Green+Blue) = 172+213+127=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD57F is #532A80. Grayscale: #BFBFBF. Windows color (decimal): -5450369 or 8377772. OLE color: 8377772.
HSL color Cylindrical-coordinate representation of color #ACD57F: hue angle of 88.6º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD57F is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 127 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.16 |
| HSL | 88.6º | 0.51% | 0.67% | - |
| HSV(B) | 88.6º | 0.4% | 0.84% | - |
| XYZ | 44.64 | 57.89 | 28.9 | - |
| YUV | 190.94 | 91.92 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 127 | 0.19 | 0 | 0.40 | 0.16 | 88.6 | 0.51 | 0.67 |
| Hex | AC | D5 | 7F | 13 | 0 | 28 | 10 | 59 | 33 | 43 |
| Octal | 254 | 325 | 177 | 23 | 0 | 50 | 20 | 131 | 63 | 103 |
| Binary | 10101100 | 11010101 | 1111111 | 10011 | 0 | 101000 | 10000 | 1011001 | 110011 | 1000011 |
Color Harmonies of #ACD57F
Complementary color
Monochromatic Colors of #ACD57F
Black with #ACD57F
Text Example
Text Example
White with #ACD57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD57F; }
p { color: rgb(172,213,127); }
H1.HeaderClassName
{
color: #ACD57F;
}
.AnyTagClassName
{
color: #ACD57F;
}
</style>
background-color css
<style>
a { background-color: #ACD57F; }
a { background-color: rgb(172,213,127); }
div.DivClassName
{
background-color: #ACD57F;
}
.BgClassName
{
background-color: #ACD57F;
}
</style>
border-color css
<style>
span { border-color: #ACD57F; }
span { border-color: rgb(172,213,127); }
td.TdClassName
{
border-color: #ACD57F;
}
.TagClassName
{
border-color: #ACD57F;
}
</style>