Shades of Feijoa #ACDC7E
Tints of Feijoa #ACDC7E
RGB
CMYK
RGB Variations
Color information
#ACDC7E (or 0xACDC7E) is known color: Feijoa. HEX triplet: AC, DC and 7E. RGB value is (172,220,126). Sum of RGB (Red+Green+Blue) = 172+220+126=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC7E is #532381. Grayscale: #C3C3C3. Windows color (decimal): -5448578 or 8314028. OLE color: 8314028.
HSL color Cylindrical-coordinate representation of color #ACDC7E: hue angle of 90.64º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACDC7E is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 126 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.14 |
| HSL | 90.64º | 0.57% | 0.68% | - |
| HSV(B) | 90.64º | 0.43% | 0.86% | - |
| XYZ | 46.37 | 61.46 | 29.16 | - |
| YUV | 194.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 126 | 0.22 | 0 | 0.43 | 0.14 | 90.64 | 0.57 | 0.68 |
| Hex | AC | DC | 7E | 16 | 0 | 2B | E | 5B | 39 | 44 |
| Octal | 254 | 334 | 176 | 26 | 0 | 53 | 16 | 133 | 71 | 104 |
| Binary | 10101100 | 11011100 | 1111110 | 10110 | 0 | 101011 | 1110 | 1011011 | 111001 | 1000100 |
Color Harmonies of #ACDC7E
Complementary color
Monochromatic Colors of #ACDC7E
Black with #ACDC7E
Text Example
Text Example
White with #ACDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC7E; }
p { color: rgb(172,220,126); }
H1.HeaderClassName
{
color: #ACDC7E;
}
.AnyTagClassName
{
color: #ACDC7E;
}
</style>
background-color css
<style>
a { background-color: #ACDC7E; }
a { background-color: rgb(172,220,126); }
div.DivClassName
{
background-color: #ACDC7E;
}
.BgClassName
{
background-color: #ACDC7E;
}
</style>
border-color css
<style>
span { border-color: #ACDC7E; }
span { border-color: rgb(172,220,126); }
td.TdClassName
{
border-color: #ACDC7E;
}
.TagClassName
{
border-color: #ACDC7E;
}
</style>