Shades of Feijoa #ACDC7A
Tints of Feijoa #ACDC7A
RGB
CMYK
RGB Variations
Color information
#ACDC7A (or 0xACDC7A) is known color: Feijoa. HEX triplet: AC, DC and 7A. RGB value is (172,220,122). Sum of RGB (Red+Green+Blue) = 172+220+122=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC7A is #532385. Grayscale: #C2C2C2. Windows color (decimal): -5448582 or 8051884. OLE color: 8051884.
HSL color Cylindrical-coordinate representation of color #ACDC7A: hue angle of 89.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACDC7A is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 122 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.14 |
| HSL | 89.39º | 0.58% | 0.67% | - |
| HSV(B) | 89.39º | 0.45% | 0.86% | - |
| XYZ | 46.12 | 61.36 | 27.83 | - |
| YUV | 194.48 | 87.1 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 122 | 0.22 | 0 | 0.45 | 0.14 | 89.39 | 0.58 | 0.67 |
| Hex | AC | DC | 7A | 16 | 0 | 2D | E | 59 | 3A | 43 |
| Octal | 254 | 334 | 172 | 26 | 0 | 55 | 16 | 131 | 72 | 103 |
| Binary | 10101100 | 11011100 | 1111010 | 10110 | 0 | 101101 | 1110 | 1011001 | 111010 | 1000011 |
Color Harmonies of #ACDC7A
Complementary color
Monochromatic Colors of #ACDC7A
Black with #ACDC7A
Text Example
Text Example
White with #ACDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC7A; }
p { color: rgb(172,220,122); }
H1.HeaderClassName
{
color: #ACDC7A;
}
.AnyTagClassName
{
color: #ACDC7A;
}
</style>
background-color css
<style>
a { background-color: #ACDC7A; }
a { background-color: rgb(172,220,122); }
div.DivClassName
{
background-color: #ACDC7A;
}
.BgClassName
{
background-color: #ACDC7A;
}
</style>
border-color css
<style>
span { border-color: #ACDC7A; }
span { border-color: rgb(172,220,122); }
td.TdClassName
{
border-color: #ACDC7A;
}
.TagClassName
{
border-color: #ACDC7A;
}
</style>