Shades of Feijoa #ACCD8C
Tints of Feijoa #ACCD8C
RGB
CMYK
RGB Variations
Color information
#ACCD8C (or 0xACCD8C) is known color: Feijoa. HEX triplet: AC, CD and 8C. RGB value is (172,205,140). Sum of RGB (Red+Green+Blue) = 172+205+140=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD8C is #533273. Grayscale: #BBBBBB. Windows color (decimal): -5452404 or 9227692. OLE color: 9227692.
HSL color Cylindrical-coordinate representation of color #ACCD8C: hue angle of 90.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCD8C is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 140 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.20 |
| HSL | 90.46º | 0.39% | 0.68% | - |
| HSV(B) | 90.46º | 0.32% | 0.8% | - |
| XYZ | 43.58 | 54.33 | 33 | - |
| YUV | 187.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 140 | 0.16 | 0 | 0.32 | 0.20 | 90.46 | 0.39 | 0.68 |
| Hex | AC | CD | 8C | 10 | 0 | 20 | 14 | 5A | 27 | 44 |
| Octal | 254 | 315 | 214 | 20 | 0 | 40 | 24 | 132 | 47 | 104 |
| Binary | 10101100 | 11001101 | 10001100 | 10000 | 0 | 100000 | 10100 | 1011010 | 100111 | 1000100 |
Color Harmonies of #ACCD8C
Complementary color
Monochromatic Colors of #ACCD8C
Black with #ACCD8C
Text Example
Text Example
White with #ACCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD8C; }
p { color: rgb(172,205,140); }
H1.HeaderClassName
{
color: #ACCD8C;
}
.AnyTagClassName
{
color: #ACCD8C;
}
</style>
background-color css
<style>
a { background-color: #ACCD8C; }
a { background-color: rgb(172,205,140); }
div.DivClassName
{
background-color: #ACCD8C;
}
.BgClassName
{
background-color: #ACCD8C;
}
</style>
border-color css
<style>
span { border-color: #ACCD8C; }
span { border-color: rgb(172,205,140); }
td.TdClassName
{
border-color: #ACCD8C;
}
.TagClassName
{
border-color: #ACCD8C;
}
</style>