Shades of Feijoa #ACD975
Tints of Feijoa #ACD975
RGB
CMYK
RGB Variations
Color information
#ACD975 (or 0xACD975) is known color: Feijoa. HEX triplet: AC, D9 and 75. RGB value is (172,217,117). Sum of RGB (Red+Green+Blue) = 172+217+117=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD975 is #53268A. Grayscale: #C0C0C0. Windows color (decimal): -5449355 or 7723436. OLE color: 7723436.
HSL color Cylindrical-coordinate representation of color #ACD975: hue angle of 87º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACD975 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 117 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.15 |
| HSL | 87º | 0.57% | 0.65% | - |
| HSV(B) | 87º | 0.46% | 0.85% | - |
| XYZ | 45.04 | 59.68 | 25.98 | - |
| YUV | 192.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 117 | 0.21 | 0 | 0.46 | 0.15 | 87 | 0.57 | 0.65 |
| Hex | AC | D9 | 75 | 15 | 0 | 2E | F | 57 | 39 | 41 |
| Octal | 254 | 331 | 165 | 25 | 0 | 56 | 17 | 127 | 71 | 101 |
| Binary | 10101100 | 11011001 | 1110101 | 10101 | 0 | 101110 | 1111 | 1010111 | 111001 | 1000001 |
Color Harmonies of #ACD975
Complementary color
Monochromatic Colors of #ACD975
Black with #ACD975
Text Example
Text Example
White with #ACD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD975; }
p { color: rgb(172,217,117); }
H1.HeaderClassName
{
color: #ACD975;
}
.AnyTagClassName
{
color: #ACD975;
}
</style>
background-color css
<style>
a { background-color: #ACD975; }
a { background-color: rgb(172,217,117); }
div.DivClassName
{
background-color: #ACD975;
}
.BgClassName
{
background-color: #ACD975;
}
</style>
border-color css
<style>
span { border-color: #ACD975; }
span { border-color: rgb(172,217,117); }
td.TdClassName
{
border-color: #ACD975;
}
.TagClassName
{
border-color: #ACD975;
}
</style>