Shades of Feijoa #ACDC7B
Tints of Feijoa #ACDC7B
RGB
CMYK
RGB Variations
Color information
#ACDC7B (or 0xACDC7B) is known color: Feijoa. HEX triplet: AC, DC and 7B. RGB value is (172,220,123). Sum of RGB (Red+Green+Blue) = 172+220+123=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC7B is #532384. Grayscale: #C2C2C2. Windows color (decimal): -5448581 or 8117420. OLE color: 8117420.
HSL color Cylindrical-coordinate representation of color #ACDC7B: hue angle of 89.69º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACDC7B is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 123 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.14 |
| HSL | 89.69º | 0.58% | 0.67% | - |
| HSV(B) | 89.69º | 0.44% | 0.86% | - |
| XYZ | 46.18 | 61.39 | 28.15 | - |
| YUV | 194.59 | 87.6 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 123 | 0.22 | 0 | 0.44 | 0.14 | 89.69 | 0.58 | 0.67 |
| Hex | AC | DC | 7B | 16 | 0 | 2C | E | 5A | 3A | 43 |
| Octal | 254 | 334 | 173 | 26 | 0 | 54 | 16 | 132 | 72 | 103 |
| Binary | 10101100 | 11011100 | 1111011 | 10110 | 0 | 101100 | 1110 | 1011010 | 111010 | 1000011 |
Color Harmonies of #ACDC7B
Complementary color
Monochromatic Colors of #ACDC7B
Black with #ACDC7B
Text Example
Text Example
White with #ACDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC7B; }
p { color: rgb(172,220,123); }
H1.HeaderClassName
{
color: #ACDC7B;
}
.AnyTagClassName
{
color: #ACDC7B;
}
</style>
background-color css
<style>
a { background-color: #ACDC7B; }
a { background-color: rgb(172,220,123); }
div.DivClassName
{
background-color: #ACDC7B;
}
.BgClassName
{
background-color: #ACDC7B;
}
</style>
border-color css
<style>
span { border-color: #ACDC7B; }
span { border-color: rgb(172,220,123); }
td.TdClassName
{
border-color: #ACDC7B;
}
.TagClassName
{
border-color: #ACDC7B;
}
</style>