Shades of Feijoa #ACDD74
Tints of Feijoa #ACDD74
RGB
CMYK
RGB Variations
Color information
#ACDD74 (or 0xACDD74) is known color: Feijoa. HEX triplet: AC, DD and 74. RGB value is (172,221,116). Sum of RGB (Red+Green+Blue) = 172+221+116=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD74 is #53228B. Grayscale: #C2C2C2. Windows color (decimal): -5448332 or 7658924. OLE color: 7658924.
HSL color Cylindrical-coordinate representation of color #ACDD74: hue angle of 88º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACDD74 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 116 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.13 |
| HSL | 88º | 0.61% | 0.66% | - |
| HSV(B) | 88º | 0.48% | 0.87% | - |
| XYZ | 46.02 | 61.74 | 26.02 | - |
| YUV | 194.38 | 83.77 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 116 | 0.22 | 0 | 0.48 | 0.13 | 88 | 0.61 | 0.66 |
| Hex | AC | DD | 74 | 16 | 0 | 30 | D | 58 | 3D | 42 |
| Octal | 254 | 335 | 164 | 26 | 0 | 60 | 15 | 130 | 75 | 102 |
| Binary | 10101100 | 11011101 | 1110100 | 10110 | 0 | 110000 | 1101 | 1011000 | 111101 | 1000010 |
Color Harmonies of #ACDD74
Complementary color
Monochromatic Colors of #ACDD74
Black with #ACDD74
Text Example
Text Example
White with #ACDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD74; }
p { color: rgb(172,221,116); }
H1.HeaderClassName
{
color: #ACDD74;
}
.AnyTagClassName
{
color: #ACDD74;
}
</style>
background-color css
<style>
a { background-color: #ACDD74; }
a { background-color: rgb(172,221,116); }
div.DivClassName
{
background-color: #ACDD74;
}
.BgClassName
{
background-color: #ACDD74;
}
</style>
border-color css
<style>
span { border-color: #ACDD74; }
span { border-color: rgb(172,221,116); }
td.TdClassName
{
border-color: #ACDD74;
}
.TagClassName
{
border-color: #ACDD74;
}
</style>