Shades of Feijoa #ACCD8D
Tints of Feijoa #ACCD8D
RGB
CMYK
RGB Variations
Color information
#ACCD8D (or 0xACCD8D) is known color: Feijoa. HEX triplet: AC, CD and 8D. RGB value is (172,205,141). Sum of RGB (Red+Green+Blue) = 172+205+141=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD8D is #533272. Grayscale: #BCBCBC. Windows color (decimal): -5452403 or 9293228. OLE color: 9293228.
HSL color Cylindrical-coordinate representation of color #ACCD8D: hue angle of 90.94º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCD8D is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 141 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.20 |
| HSL | 90.94º | 0.39% | 0.68% | - |
| HSV(B) | 90.94º | 0.31% | 0.8% | - |
| XYZ | 43.65 | 54.36 | 33.39 | - |
| YUV | 187.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 141 | 0.16 | 0 | 0.31 | 0.20 | 90.94 | 0.39 | 0.68 |
| Hex | AC | CD | 8D | 10 | 0 | 1F | 14 | 5B | 27 | 44 |
| Octal | 254 | 315 | 215 | 20 | 0 | 37 | 24 | 133 | 47 | 104 |
| Binary | 10101100 | 11001101 | 10001101 | 10000 | 0 | 11111 | 10100 | 1011011 | 100111 | 1000100 |
Color Harmonies of #ACCD8D
Complementary color
Monochromatic Colors of #ACCD8D
Black with #ACCD8D
Text Example
Text Example
White with #ACCD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD8D; }
p { color: rgb(172,205,141); }
H1.HeaderClassName
{
color: #ACCD8D;
}
.AnyTagClassName
{
color: #ACCD8D;
}
</style>
background-color css
<style>
a { background-color: #ACCD8D; }
a { background-color: rgb(172,205,141); }
div.DivClassName
{
background-color: #ACCD8D;
}
.BgClassName
{
background-color: #ACCD8D;
}
</style>
border-color css
<style>
span { border-color: #ACCD8D; }
span { border-color: rgb(172,205,141); }
td.TdClassName
{
border-color: #ACCD8D;
}
.TagClassName
{
border-color: #ACCD8D;
}
</style>