Shades of Feijoa #ACCF8C
Tints of Feijoa #ACCF8C
RGB
CMYK
RGB Variations
Color information
#ACCF8C (or 0xACCF8C) is known color: Feijoa. HEX triplet: AC, CF and 8C. RGB value is (172,207,140). Sum of RGB (Red+Green+Blue) = 172+207+140=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF8C is #533073. Grayscale: #BDBDBD. Windows color (decimal): -5451892 or 9228204. OLE color: 9228204.
HSL color Cylindrical-coordinate representation of color #ACCF8C: hue angle of 91.34º 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 #ACCF8C is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 140 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.19 |
| HSL | 91.34º | 0.41% | 0.68% | - |
| HSV(B) | 91.34º | 0.32% | 0.81% | - |
| XYZ | 44.06 | 55.29 | 33.16 | - |
| YUV | 188.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 140 | 0.17 | 0 | 0.32 | 0.19 | 91.34 | 0.41 | 0.68 |
| Hex | AC | CF | 8C | 11 | 0 | 20 | 13 | 5B | 29 | 44 |
| Octal | 254 | 317 | 214 | 21 | 0 | 40 | 23 | 133 | 51 | 104 |
| Binary | 10101100 | 11001111 | 10001100 | 10001 | 0 | 100000 | 10011 | 1011011 | 101001 | 1000100 |
Color Harmonies of #ACCF8C
Complementary color
Monochromatic Colors of #ACCF8C
Black with #ACCF8C
Text Example
Text Example
White with #ACCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF8C; }
p { color: rgb(172,207,140); }
H1.HeaderClassName
{
color: #ACCF8C;
}
.AnyTagClassName
{
color: #ACCF8C;
}
</style>
background-color css
<style>
a { background-color: #ACCF8C; }
a { background-color: rgb(172,207,140); }
div.DivClassName
{
background-color: #ACCF8C;
}
.BgClassName
{
background-color: #ACCF8C;
}
</style>
border-color css
<style>
span { border-color: #ACCF8C; }
span { border-color: rgb(172,207,140); }
td.TdClassName
{
border-color: #ACCF8C;
}
.TagClassName
{
border-color: #ACCF8C;
}
</style>