Shades of Feijoa #ACDF6D
Tints of Feijoa #ACDF6D
RGB
CMYK
RGB Variations
Color information
#ACDF6D (or 0xACDF6D) is known color: Feijoa. HEX triplet: AC, DF and 6D. RGB value is (172,223,109). Sum of RGB (Red+Green+Blue) = 172+223+109=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF6D is #532092. Grayscale: #C3C3C3. Windows color (decimal): -5447827 or 7200684. OLE color: 7200684.
HSL color Cylindrical-coordinate representation of color #ACDF6D: hue angle of 86.84º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACDF6D is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 109 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.13 |
| HSL | 86.84º | 0.64% | 0.65% | - |
| HSV(B) | 86.84º | 0.51% | 0.87% | - |
| XYZ | 46.16 | 62.65 | 24.13 | - |
| YUV | 194.76 | 79.6 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 109 | 0.23 | 0 | 0.51 | 0.13 | 86.84 | 0.64 | 0.65 |
| Hex | AC | DF | 6D | 17 | 0 | 33 | D | 57 | 40 | 41 |
| Octal | 254 | 337 | 155 | 27 | 0 | 63 | 15 | 127 | 100 | 101 |
| Binary | 10101100 | 11011111 | 1101101 | 10111 | 0 | 110011 | 1101 | 1010111 | 1000000 | 1000001 |
Color Harmonies of #ACDF6D
Complementary color
Monochromatic Colors of #ACDF6D
Black with #ACDF6D
Text Example
Text Example
White with #ACDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF6D; }
p { color: rgb(172,223,109); }
H1.HeaderClassName
{
color: #ACDF6D;
}
.AnyTagClassName
{
color: #ACDF6D;
}
</style>
background-color css
<style>
a { background-color: #ACDF6D; }
a { background-color: rgb(172,223,109); }
div.DivClassName
{
background-color: #ACDF6D;
}
.BgClassName
{
background-color: #ACDF6D;
}
</style>
border-color css
<style>
span { border-color: #ACDF6D; }
span { border-color: rgb(172,223,109); }
td.TdClassName
{
border-color: #ACDF6D;
}
.TagClassName
{
border-color: #ACDF6D;
}
</style>