Shades of Feijoa #ACD575
Tints of Feijoa #ACD575
RGB
CMYK
RGB Variations
Color information
#ACD575 (or 0xACD575) is known color: Feijoa. HEX triplet: AC, D5 and 75. RGB value is (172,213,117). Sum of RGB (Red+Green+Blue) = 172+213+117=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD575 is #532A8A. Grayscale: #BEBEBE. Windows color (decimal): -5450379 or 7722412. OLE color: 7722412.
HSL color Cylindrical-coordinate representation of color #ACD575: hue angle of 85.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACD575 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 117 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.16 |
| HSL | 85.62º | 0.53% | 0.65% | - |
| HSV(B) | 85.62º | 0.45% | 0.84% | - |
| XYZ | 44.02 | 57.64 | 25.64 | - |
| YUV | 189.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 117 | 0.19 | 0 | 0.45 | 0.16 | 85.62 | 0.53 | 0.65 |
| Hex | AC | D5 | 75 | 13 | 0 | 2D | 10 | 56 | 35 | 41 |
| Octal | 254 | 325 | 165 | 23 | 0 | 55 | 20 | 126 | 65 | 101 |
| Binary | 10101100 | 11010101 | 1110101 | 10011 | 0 | 101101 | 10000 | 1010110 | 110101 | 1000001 |
Color Harmonies of #ACD575
Complementary color
Monochromatic Colors of #ACD575
Black with #ACD575
Text Example
Text Example
White with #ACD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD575; }
p { color: rgb(172,213,117); }
H1.HeaderClassName
{
color: #ACD575;
}
.AnyTagClassName
{
color: #ACD575;
}
</style>
background-color css
<style>
a { background-color: #ACD575; }
a { background-color: rgb(172,213,117); }
div.DivClassName
{
background-color: #ACD575;
}
.BgClassName
{
background-color: #ACD575;
}
</style>
border-color css
<style>
span { border-color: #ACD575; }
span { border-color: rgb(172,213,117); }
td.TdClassName
{
border-color: #ACD575;
}
.TagClassName
{
border-color: #ACD575;
}
</style>