Shades of Feijoa #ACCF8D
Tints of Feijoa #ACCF8D
RGB
CMYK
RGB Variations
Color information
#ACCF8D (or 0xACCF8D) is known color: Feijoa. HEX triplet: AC, CF and 8D. RGB value is (172,207,141). Sum of RGB (Red+Green+Blue) = 172+207+141=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF8D is #533072. Grayscale: #BDBDBD. Windows color (decimal): -5451891 or 9293740. OLE color: 9293740.
HSL color Cylindrical-coordinate representation of color #ACCF8D: hue angle of 91.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCF8D is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 141 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.19 |
| HSL | 91.82º | 0.41% | 0.68% | - |
| HSV(B) | 91.82º | 0.32% | 0.81% | - |
| XYZ | 44.13 | 55.32 | 33.55 | - |
| YUV | 189.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 141 | 0.17 | 0 | 0.32 | 0.19 | 91.82 | 0.41 | 0.68 |
| Hex | AC | CF | 8D | 11 | 0 | 20 | 13 | 5C | 29 | 44 |
| Octal | 254 | 317 | 215 | 21 | 0 | 40 | 23 | 134 | 51 | 104 |
| Binary | 10101100 | 11001111 | 10001101 | 10001 | 0 | 100000 | 10011 | 1011100 | 101001 | 1000100 |
Color Harmonies of #ACCF8D
Complementary color
Monochromatic Colors of #ACCF8D
Black with #ACCF8D
Text Example
Text Example
White with #ACCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF8D; }
p { color: rgb(172,207,141); }
H1.HeaderClassName
{
color: #ACCF8D;
}
.AnyTagClassName
{
color: #ACCF8D;
}
</style>
background-color css
<style>
a { background-color: #ACCF8D; }
a { background-color: rgb(172,207,141); }
div.DivClassName
{
background-color: #ACCF8D;
}
.BgClassName
{
background-color: #ACCF8D;
}
</style>
border-color css
<style>
span { border-color: #ACCF8D; }
span { border-color: rgb(172,207,141); }
td.TdClassName
{
border-color: #ACCF8D;
}
.TagClassName
{
border-color: #ACCF8D;
}
</style>