Shades of Feijoa #ACCD89
Tints of Feijoa #ACCD89
RGB
CMYK
RGB Variations
Color information
#ACCD89 (or 0xACCD89) is known color: Feijoa. HEX triplet: AC, CD and 89. RGB value is (172,205,137). Sum of RGB (Red+Green+Blue) = 172+205+137=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD89 is #533276. Grayscale: #BBBBBB. Windows color (decimal): -5452407 or 9031084. OLE color: 9031084.
HSL color Cylindrical-coordinate representation of color #ACCD89: hue angle of 89.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACCD89 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 137 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.20 |
| HSL | 89.12º | 0.4% | 0.67% | - |
| HSV(B) | 89.12º | 0.33% | 0.8% | - |
| XYZ | 43.36 | 54.24 | 31.85 | - |
| YUV | 187.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 137 | 0.16 | 0 | 0.33 | 0.20 | 89.12 | 0.4 | 0.67 |
| Hex | AC | CD | 89 | 10 | 0 | 21 | 14 | 59 | 28 | 43 |
| Octal | 254 | 315 | 211 | 20 | 0 | 41 | 24 | 131 | 50 | 103 |
| Binary | 10101100 | 11001101 | 10001001 | 10000 | 0 | 100001 | 10100 | 1011001 | 101000 | 1000011 |
Color Harmonies of #ACCD89
Complementary color
Monochromatic Colors of #ACCD89
Black with #ACCD89
Text Example
Text Example
White with #ACCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD89; }
p { color: rgb(172,205,137); }
H1.HeaderClassName
{
color: #ACCD89;
}
.AnyTagClassName
{
color: #ACCD89;
}
</style>
background-color css
<style>
a { background-color: #ACCD89; }
a { background-color: rgb(172,205,137); }
div.DivClassName
{
background-color: #ACCD89;
}
.BgClassName
{
background-color: #ACCD89;
}
</style>
border-color css
<style>
span { border-color: #ACCD89; }
span { border-color: rgb(172,205,137); }
td.TdClassName
{
border-color: #ACCD89;
}
.TagClassName
{
border-color: #ACCD89;
}
</style>