Shades of Feijoa #ACCF89
Tints of Feijoa #ACCF89
RGB
CMYK
RGB Variations
Color information
#ACCF89 (or 0xACCF89) is known color: Feijoa. HEX triplet: AC, CF and 89. RGB value is (172,207,137). Sum of RGB (Red+Green+Blue) = 172+207+137=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF89 is #533076. Grayscale: #BCBCBC. Windows color (decimal): -5451895 or 9031596. OLE color: 9031596.
HSL color Cylindrical-coordinate representation of color #ACCF89: hue angle of 90º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACCF89 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 137 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.19 |
| HSL | 90º | 0.42% | 0.67% | - |
| HSV(B) | 90º | 0.34% | 0.81% | - |
| XYZ | 43.84 | 55.2 | 32.01 | - |
| YUV | 188.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 137 | 0.17 | 0 | 0.34 | 0.19 | 90 | 0.42 | 0.67 |
| Hex | AC | CF | 89 | 11 | 0 | 22 | 13 | 5A | 2A | 43 |
| Octal | 254 | 317 | 211 | 21 | 0 | 42 | 23 | 132 | 52 | 103 |
| Binary | 10101100 | 11001111 | 10001001 | 10001 | 0 | 100010 | 10011 | 1011010 | 101010 | 1000011 |
Color Harmonies of #ACCF89
Complementary color
Monochromatic Colors of #ACCF89
Black with #ACCF89
Text Example
Text Example
White with #ACCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF89; }
p { color: rgb(172,207,137); }
H1.HeaderClassName
{
color: #ACCF89;
}
.AnyTagClassName
{
color: #ACCF89;
}
</style>
background-color css
<style>
a { background-color: #ACCF89; }
a { background-color: rgb(172,207,137); }
div.DivClassName
{
background-color: #ACCF89;
}
.BgClassName
{
background-color: #ACCF89;
}
</style>
border-color css
<style>
span { border-color: #ACCF89; }
span { border-color: rgb(172,207,137); }
td.TdClassName
{
border-color: #ACCF89;
}
.TagClassName
{
border-color: #ACCF89;
}
</style>