Shades of Feijoa #ACCD8B
Tints of Feijoa #ACCD8B
RGB
CMYK
RGB Variations
Color information
#ACCD8B (or 0xACCD8B) is known color: Feijoa. HEX triplet: AC, CD and 8B. RGB value is (172,205,139). Sum of RGB (Red+Green+Blue) = 172+205+139=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD8B is #533274. Grayscale: #BBBBBB. Windows color (decimal): -5452405 or 9162156. OLE color: 9162156.
HSL color Cylindrical-coordinate representation of color #ACCD8B: hue angle of 90º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCD8B is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 139 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.20 |
| HSL | 90º | 0.4% | 0.67% | - |
| HSV(B) | 90º | 0.32% | 0.8% | - |
| XYZ | 43.5 | 54.3 | 32.61 | - |
| YUV | 187.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 139 | 0.16 | 0 | 0.32 | 0.20 | 90 | 0.4 | 0.67 |
| Hex | AC | CD | 8B | 10 | 0 | 20 | 14 | 5A | 28 | 43 |
| Octal | 254 | 315 | 213 | 20 | 0 | 40 | 24 | 132 | 50 | 103 |
| Binary | 10101100 | 11001101 | 10001011 | 10000 | 0 | 100000 | 10100 | 1011010 | 101000 | 1000011 |
Color Harmonies of #ACCD8B
Complementary color
Monochromatic Colors of #ACCD8B
Black with #ACCD8B
Text Example
Text Example
White with #ACCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD8B; }
p { color: rgb(172,205,139); }
H1.HeaderClassName
{
color: #ACCD8B;
}
.AnyTagClassName
{
color: #ACCD8B;
}
</style>
background-color css
<style>
a { background-color: #ACCD8B; }
a { background-color: rgb(172,205,139); }
div.DivClassName
{
background-color: #ACCD8B;
}
.BgClassName
{
background-color: #ACCD8B;
}
</style>
border-color css
<style>
span { border-color: #ACCD8B; }
span { border-color: rgb(172,205,139); }
td.TdClassName
{
border-color: #ACCD8B;
}
.TagClassName
{
border-color: #ACCD8B;
}
</style>