Shades of Feijoa #ACCF8B
Tints of Feijoa #ACCF8B
RGB
CMYK
RGB Variations
Color information
#ACCF8B (or 0xACCF8B) is known color: Feijoa. HEX triplet: AC, CF and 8B. RGB value is (172,207,139). Sum of RGB (Red+Green+Blue) = 172+207+139=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF8B is #533074. Grayscale: #BDBDBD. Windows color (decimal): -5451893 or 9162668. OLE color: 9162668.
HSL color Cylindrical-coordinate representation of color #ACCF8B: hue angle of 90.88º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACCF8B is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 139 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.19 |
| HSL | 90.88º | 0.41% | 0.68% | - |
| HSV(B) | 90.88º | 0.33% | 0.81% | - |
| XYZ | 43.99 | 55.26 | 32.77 | - |
| YUV | 188.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 139 | 0.17 | 0 | 0.33 | 0.19 | 90.88 | 0.41 | 0.68 |
| Hex | AC | CF | 8B | 11 | 0 | 21 | 13 | 5B | 29 | 44 |
| Octal | 254 | 317 | 213 | 21 | 0 | 41 | 23 | 133 | 51 | 104 |
| Binary | 10101100 | 11001111 | 10001011 | 10001 | 0 | 100001 | 10011 | 1011011 | 101001 | 1000100 |
Color Harmonies of #ACCF8B
Complementary color
Monochromatic Colors of #ACCF8B
Black with #ACCF8B
Text Example
Text Example
White with #ACCF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF8B; }
p { color: rgb(172,207,139); }
H1.HeaderClassName
{
color: #ACCF8B;
}
.AnyTagClassName
{
color: #ACCF8B;
}
</style>
background-color css
<style>
a { background-color: #ACCF8B; }
a { background-color: rgb(172,207,139); }
div.DivClassName
{
background-color: #ACCF8B;
}
.BgClassName
{
background-color: #ACCF8B;
}
</style>
border-color css
<style>
span { border-color: #ACCF8B; }
span { border-color: rgb(172,207,139); }
td.TdClassName
{
border-color: #ACCF8B;
}
.TagClassName
{
border-color: #ACCF8B;
}
</style>