Shades of Feijoa #ACCD8F
Tints of Feijoa #ACCD8F
RGB
CMYK
RGB Variations
Color information
#ACCD8F (or 0xACCD8F) is known color: Feijoa. HEX triplet: AC, CD and 8F. RGB value is (172,205,143). Sum of RGB (Red+Green+Blue) = 172+205+143=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD8F is #533270. Grayscale: #BCBCBC. Windows color (decimal): -5452401 or 9424300. OLE color: 9424300.
HSL color Cylindrical-coordinate representation of color #ACCD8F: hue angle of 91.94º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACCD8F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 143 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.20 |
| HSL | 91.94º | 0.38% | 0.68% | - |
| HSV(B) | 91.94º | 0.3% | 0.8% | - |
| XYZ | 43.8 | 54.42 | 34.18 | - |
| YUV | 188.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 143 | 0.16 | 0 | 0.30 | 0.20 | 91.94 | 0.38 | 0.68 |
| Hex | AC | CD | 8F | 10 | 0 | 1E | 14 | 5C | 26 | 44 |
| Octal | 254 | 315 | 217 | 20 | 0 | 36 | 24 | 134 | 46 | 104 |
| Binary | 10101100 | 11001101 | 10001111 | 10000 | 0 | 11110 | 10100 | 1011100 | 100110 | 1000100 |
Color Harmonies of #ACCD8F
Complementary color
Monochromatic Colors of #ACCD8F
Black with #ACCD8F
Text Example
Text Example
White with #ACCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD8F; }
p { color: rgb(172,205,143); }
H1.HeaderClassName
{
color: #ACCD8F;
}
.AnyTagClassName
{
color: #ACCD8F;
}
</style>
background-color css
<style>
a { background-color: #ACCD8F; }
a { background-color: rgb(172,205,143); }
div.DivClassName
{
background-color: #ACCD8F;
}
.BgClassName
{
background-color: #ACCD8F;
}
</style>
border-color css
<style>
span { border-color: #ACCD8F; }
span { border-color: rgb(172,205,143); }
td.TdClassName
{
border-color: #ACCD8F;
}
.TagClassName
{
border-color: #ACCD8F;
}
</style>