Shades of Feijoa #ACDA7E
Tints of Feijoa #ACDA7E
RGB
CMYK
RGB Variations
Color information
#ACDA7E (or 0xACDA7E) is known color: Feijoa. HEX triplet: AC, DA and 7E. RGB value is (172,218,126). Sum of RGB (Red+Green+Blue) = 172+218+126=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA7E is #532581. Grayscale: #C2C2C2. Windows color (decimal): -5449090 or 8313516. OLE color: 8313516.
HSL color Cylindrical-coordinate representation of color #ACDA7E: hue angle of 90º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACDA7E is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 126 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.15 |
| HSL | 90º | 0.55% | 0.67% | - |
| HSV(B) | 90º | 0.42% | 0.85% | - |
| XYZ | 45.85 | 60.42 | 28.98 | - |
| YUV | 193.76 | 89.76 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 126 | 0.21 | 0 | 0.42 | 0.15 | 90 | 0.55 | 0.67 |
| Hex | AC | DA | 7E | 15 | 0 | 2A | F | 5A | 37 | 43 |
| Octal | 254 | 332 | 176 | 25 | 0 | 52 | 17 | 132 | 67 | 103 |
| Binary | 10101100 | 11011010 | 1111110 | 10101 | 0 | 101010 | 1111 | 1011010 | 110111 | 1000011 |
Color Harmonies of #ACDA7E
Complementary color
Monochromatic Colors of #ACDA7E
Black with #ACDA7E
Text Example
Text Example
White with #ACDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA7E; }
p { color: rgb(172,218,126); }
H1.HeaderClassName
{
color: #ACDA7E;
}
.AnyTagClassName
{
color: #ACDA7E;
}
</style>
background-color css
<style>
a { background-color: #ACDA7E; }
a { background-color: rgb(172,218,126); }
div.DivClassName
{
background-color: #ACDA7E;
}
.BgClassName
{
background-color: #ACDA7E;
}
</style>
border-color css
<style>
span { border-color: #ACDA7E; }
span { border-color: rgb(172,218,126); }
td.TdClassName
{
border-color: #ACDA7E;
}
.TagClassName
{
border-color: #ACDA7E;
}
</style>