Shades of Feijoa #ACDD70
Tints of Feijoa #ACDD70
RGB
CMYK
RGB Variations
Color information
#ACDD70 (or 0xACDD70) is known color: Feijoa. HEX triplet: AC, DD and 70. RGB value is (172,221,112). Sum of RGB (Red+Green+Blue) = 172+221+112=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD70 is #53228F. Grayscale: #C2C2C2. Windows color (decimal): -5448336 or 7396780. OLE color: 7396780.
HSL color Cylindrical-coordinate representation of color #ACDD70: hue angle of 86.97º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACDD70 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 112 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.13 |
| HSL | 86.97º | 0.62% | 0.65% | - |
| HSV(B) | 86.97º | 0.49% | 0.87% | - |
| XYZ | 45.79 | 61.65 | 24.82 | - |
| YUV | 193.92 | 81.77 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 112 | 0.22 | 0 | 0.49 | 0.13 | 86.97 | 0.62 | 0.65 |
| Hex | AC | DD | 70 | 16 | 0 | 31 | D | 57 | 3E | 41 |
| Octal | 254 | 335 | 160 | 26 | 0 | 61 | 15 | 127 | 76 | 101 |
| Binary | 10101100 | 11011101 | 1110000 | 10110 | 0 | 110001 | 1101 | 1010111 | 111110 | 1000001 |
Color Harmonies of #ACDD70
Complementary color
Monochromatic Colors of #ACDD70
Black with #ACDD70
Text Example
Text Example
White with #ACDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD70; }
p { color: rgb(172,221,112); }
H1.HeaderClassName
{
color: #ACDD70;
}
.AnyTagClassName
{
color: #ACDD70;
}
</style>
background-color css
<style>
a { background-color: #ACDD70; }
a { background-color: rgb(172,221,112); }
div.DivClassName
{
background-color: #ACDD70;
}
.BgClassName
{
background-color: #ACDD70;
}
</style>
border-color css
<style>
span { border-color: #ACDD70; }
span { border-color: rgb(172,221,112); }
td.TdClassName
{
border-color: #ACDD70;
}
.TagClassName
{
border-color: #ACDD70;
}
</style>